Html Css Color HEX #DCCA4C Confetti

📋 copy color: '#DCCA4C'

red 220 ◦ green 202 ◦ blue 76

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

Shades of Confetti #DCCA4C

Tints of Confetti #DCCA4C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.56%

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

R = 44.18%
G = 40.56%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCCA4C (or 0xDCCA4C) is known color: Confetti. HEX triplet: DC, CA and 4C. RGB value is (220,202,76). Sum of RGB (Red+Green+Blue) = 220+202+76=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA4C is #2335B3. Grayscale: #C1C1C1. Windows color (decimal): -2307508 or 5032668. OLE color: 5032668.

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

Color convert

RGB 220 202 76 -
CMYK 0 0.08 0.65 0.14
HSL 52.5º 0.67% 0.58% -
HSV(B) 52.5º 0.65% 0.86% -
XYZ 51.94 57.98 15.29 -
YUV 193.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 220 202 76 0 0.08 0.65 0.14 52.5 0.67 0.58
Hex DC CA 4C 0 8 41 E 34 43 3A
Octal 334 312 114 0 10 101 16 64 103 72
Binary 11011100 11001010 1001100 0 1000 1000001 1110 110100 1000011 111010

Color Harmonies of #DCCA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA4C

Black with #DCCA4C

Text Example


Text Example

White with #DCCA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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