Html Css Color HEX #DCCC4A Confetti

📋 copy color: '#DCCC4A'

red 220 ◦ green 204 ◦ blue 74

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

Shades of Confetti #DCCC4A

Tints of Confetti #DCCC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.86%

R = 44.18%
G = 40.96%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCCC4A (or 0xDCCC4A) is known color: Confetti. HEX triplet: DC, CC and 4A. RGB value is (220,204,74). Sum of RGB (Red+Green+Blue) = 220+204+74=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC4A is #2333B5. Grayscale: #C2C2C2. Windows color (decimal): -2306998 or 4902108. OLE color: 4902108.

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

Color convert

RGB 220 204 74 -
CMYK 0 0.07 0.66 0.14
HSL 53.42º 0.68% 0.58% -
HSV(B) 53.42º 0.66% 0.86% -
XYZ 52.34 58.9 15.09 -
YUV 193.96 60.3 146.57 -
System Red Green Blue C M Y K H S L
Decimal 220 204 74 0 0.07 0.66 0.14 53.42 0.68 0.58
Hex DC CC 4A 0 7 42 E 35 44 3A
Octal 334 314 112 0 7 102 16 65 104 72
Binary 11011100 11001100 1001010 0 111 1000010 1110 110101 1000100 111010

Color Harmonies of #DCCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC4A

Black with #DCCC4A

Text Example


Text Example

White with #DCCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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