#DCCA54

Color #DCCA54 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DCCA54

Tints of Confetti #DCCA54

Color information

#DCCA54 (or 0xDCCA54) is unknown color: approx Confetti. HEX triplet: DC, CA and 54. RGB value is (220,202,84). Sum of RGB (Red+Green+Blue) = 220+202+84=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA54 is #2335AB. Grayscale: #C2C2C2. Windows color (decimal): -2307500 or 5556956. OLE color: 5556956.

HSL color Cylindrical-coordinate representation of color #DCCA54: hue angle of 52.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCCA54 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB22020284-
CMYK00.080.620.14
HSL52.06º66.02%59.61%-
HSV(B)52.06º61.82%86.27%-
XYZ52.2458.116.85-
YUV193.9365.96146.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 84 (33.20% from 255) = 16.60%
R=43.48%
G=39.92%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202028400.080.620.1452.0666.0259.61
HexDCCA54083EE34423c
Octal33431212401076166410274
Binary110111001100101010101000100011111011101101001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA54; }

 p { color: rgb(220,202,84); }

 H1.HeaderClassName
 {
   color: #DCCA54;
 }
 .AnyTagClassName
 {
   color: #DCCA54;
 }
</style>
background-color css

<style>
 a { background-color: #DCCA54; }

 a { background-color: rgb(220,202,84); }

 div.DivClassName
 {
   background-color: #DCCA54;
 }
 .BgClassName
 {
   background-color: #DCCA54;
 }
</style>
border-color css

<style>
 span { border-color: #DCCA54; }

 span { border-color: rgb(220,202,84); }

 td.TdClassName
 {
   border-color: #DCCA54;
 }
 .TagClassName
 {
   border-color: #DCCA54;
 }
</style>