Html Css Color HEX #DCCC4C Confetti

📋 copy color: '#DCCC4C'

red 220 ◦ green 204 ◦ blue 76

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

Shades of Confetti #DCCC4C

Tints of Confetti #DCCC4C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.8%

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

R = 44%
G = 40.8%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCCC4C (or 0xDCCC4C) is known color: Confetti. HEX triplet: DC, CC and 4C. RGB value is (220,204,76). Sum of RGB (Red+Green+Blue) = 220+204+76=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC4C is #2333B3. Grayscale: #C2C2C2. Windows color (decimal): -2306996 or 5033180. OLE color: 5033180.

HSL color Cylindrical-coordinate representation of color #DCCC4C: hue angle of 53.33º 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 #DCCC4C is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 76 -
CMYK 0 0.07 0.65 0.14
HSL 53.33º 0.67% 0.58% -
HSV(B) 53.33º 0.65% 0.86% -
XYZ 52.41 58.92 15.45 -
YUV 194.19 61.3 146.41 -
System Red Green Blue C M Y K H S L
Decimal 220 204 76 0 0.07 0.65 0.14 53.33 0.67 0.58
Hex DC CC 4C 0 7 41 E 35 43 3A
Octal 334 314 114 0 7 101 16 65 103 72
Binary 11011100 11001100 1001100 0 111 1000001 1110 110101 1000011 111010

Color Harmonies of #DCCC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC4C

Black with #DCCC4C

Text Example


Text Example

White with #DCCC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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