Html Css Color HEX #DCC44C Confetti

📋 copy color: '#DCC44C'

red 220 ◦ green 196 ◦ blue 76

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

Shades of Confetti #DCC44C

Tints of Confetti #DCC44C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.45%

R = 44.72%
G = 39.84%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCC44C (or 0xDCC44C) is known color: Confetti. HEX triplet: DC, C4 and 4C. RGB value is (220,196,76). Sum of RGB (Red+Green+Blue) = 220+196+76=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC44C is #233BB3. Grayscale: #BEBEBE. Windows color (decimal): -2309044 or 5031132. OLE color: 5031132.

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

Color convert

RGB 220 196 76 -
CMYK 0 0.11 0.65 0.14
HSL 50º 0.67% 0.58% -
HSV(B) 50º 0.65% 0.86% -
XYZ 50.56 55.22 14.83 -
YUV 189.5 63.95 149.76 -
System Red Green Blue C M Y K H S L
Decimal 220 196 76 0 0.11 0.65 0.14 50 0.67 0.58
Hex DC C4 4C 0 B 41 E 32 43 3A
Octal 334 304 114 0 13 101 16 62 103 72
Binary 11011100 11000100 1001100 0 1011 1000001 1110 110010 1000011 111010

Color Harmonies of #DCC44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC44C

Black with #DCC44C

Text Example


Text Example

White with #DCC44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC44C; }

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

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

background-color css

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

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

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

border-color css

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

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

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