Html Css Color HEX #DCC24C Confetti

📋 copy color: '#DCC24C'

red 220 ◦ green 194 ◦ blue 76

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

Shades of Confetti #DCC24C

Tints of Confetti #DCC24C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.59%

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

R = 44.9%
G = 39.59%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCC24C (or 0xDCC24C) is known color: Confetti. HEX triplet: DC, C2 and 4C. RGB value is (220,194,76). Sum of RGB (Red+Green+Blue) = 220+194+76=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC24C is #233DB3. Grayscale: #BCBCBC. Windows color (decimal): -2309556 or 5030620. OLE color: 5030620.

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

Color convert

RGB 220 194 76 -
CMYK 0 0.12 0.65 0.14
HSL 49.17º 0.67% 0.58% -
HSV(B) 49.17º 0.65% 0.86% -
XYZ 50.11 54.32 14.68 -
YUV 188.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 220 194 76 0 0.12 0.65 0.14 49.17 0.67 0.58
Hex DC C2 4C 0 C 41 E 31 43 3A
Octal 334 302 114 0 14 101 16 61 103 72
Binary 11011100 11000010 1001100 0 1100 1000001 1110 110001 1000011 111010

Color Harmonies of #DCC24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC24C

Black with #DCC24C

Text Example


Text Example

White with #DCC24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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