Html Css Color HEX #DCCC40 Confetti

📋 copy color: '#DCCC40'

red 220 ◦ green 204 ◦ blue 64

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

Shades of Confetti #DCCC40

Tints of Confetti #DCCC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.11%

R = 45.08%
G = 41.8%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCCC40 (or 0xDCCC40) is known color: Confetti. HEX triplet: DC, CC and 40. RGB value is (220,204,64). Sum of RGB (Red+Green+Blue) = 220+204+64=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC40 is #2333BF. Grayscale: #C1C1C1. Windows color (decimal): -2307008 or 4246748. OLE color: 4246748.

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

Color convert

RGB 220 204 64 -
CMYK 0 0.07 0.71 0.14
HSL 53.85º 0.69% 0.56% -
HSV(B) 53.85º 0.71% 0.86% -
XYZ 52.03 58.77 13.45 -
YUV 192.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 220 204 64 0 0.07 0.71 0.14 53.85 0.69 0.56
Hex DC CC 40 0 7 47 E 36 45 38
Octal 334 314 100 0 7 107 16 66 105 70
Binary 11011100 11001100 1000000 0 111 1000111 1110 110110 1000101 111000

Color Harmonies of #DCCC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC40

Black with #DCCC40

Text Example


Text Example

White with #DCCC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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