Html Css Color HEX #DCC449 Confetti

📋 copy color: '#DCC449'

red 220 ◦ green 196 ◦ blue 73

#DCC449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #DCC449

Tints of Confetti #DCC449

RGB

 RED value IS 220 (86.33% from 255) = 44.99%

 GREEN value IS 196 (76.95% from 255) = 40.08%

 BLUE value IS 73 (28.91% from 255) = 14.93%

R = 44.99%
G = 40.08%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCC449 (or 0xDCC449) is known color: Confetti. HEX triplet: DC, C4 and 49. RGB value is (220,196,73). Sum of RGB (Red+Green+Blue) = 220+196+73=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC449 is #233BB6. Grayscale: #BDBDBD. Windows color (decimal): -2309047 or 4834524. OLE color: 4834524.

HSL color Cylindrical-coordinate representation of color #DCC449: hue angle of 50.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCC449 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 73 -
CMYK 0 0.11 0.67 0.14
HSL 50.2º 0.68% 0.57% -
HSV(B) 50.2º 0.67% 0.86% -
XYZ 50.46 55.18 14.29 -
YUV 189.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 220 196 73 0 0.11 0.67 0.14 50.2 0.68 0.57
Hex DC C4 49 0 B 43 E 32 44 39
Octal 334 304 111 0 13 103 16 62 104 71
Binary 11011100 11000100 1001001 0 1011 1000011 1110 110010 1000100 111001

Color Harmonies of #DCC449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC449

Black with #DCC449

Text Example


Text Example

White with #DCC449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC449; }

 p { color: rgb(220,196,73); }

 H1.HeaderClassName
 {
   color: #DCC449;
 }
 .AnyTagClassName
 {
   color: #DCC449;
 }
</style>

background-color css

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

 a { background-color: rgb(220,196,73); }

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

border-color css

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

 span { border-color: rgb(220,196,73); }

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