Html Css Color HEX #DCCC4B Confetti

📋 copy color: '#DCCC4B'

red 220 ◦ green 204 ◦ blue 75

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

Shades of Confetti #DCCC4B

Tints of Confetti #DCCC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.03%

R = 44.09%
G = 40.88%
B = 15.03%

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

#DCCC4B (or 0xDCCC4B) is known color: Confetti. HEX triplet: DC, CC and 4B. RGB value is (220,204,75). Sum of RGB (Red+Green+Blue) = 220+204+75=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC4B is #2333B4. Grayscale: #C2C2C2. Windows color (decimal): -2306997 or 4967644. OLE color: 4967644.

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

Color convert

RGB 220 204 75 -
CMYK 0 0.07 0.66 0.14
HSL 53.38º 0.67% 0.58% -
HSV(B) 53.38º 0.66% 0.86% -
XYZ 52.38 58.91 15.27 -
YUV 194.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 220 204 75 0 0.07 0.66 0.14 53.38 0.67 0.58
Hex DC CC 4B 0 7 42 E 35 43 3A
Octal 334 314 113 0 7 102 16 65 103 72
Binary 11011100 11001100 1001011 0 111 1000010 1110 110101 1000011 111010

Color Harmonies of #DCCC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC4B

Black with #DCCC4B

Text Example


Text Example

White with #DCCC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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