Html Css Color HEX #DCC24A Confetti

📋 copy color: '#DCC24A'

red 220 ◦ green 194 ◦ blue 74

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

Shades of Confetti #DCC24A

Tints of Confetti #DCC24A

RGB

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

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

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

R = 45.08%
G = 39.75%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCC24A (or 0xDCC24A) is known color: Confetti. HEX triplet: DC, C2 and 4A. RGB value is (220,194,74). Sum of RGB (Red+Green+Blue) = 220+194+74=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC24A is #233DB5. Grayscale: #BCBCBC. Windows color (decimal): -2309558 or 4899548. OLE color: 4899548.

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

Color convert

RGB 220 194 74 -
CMYK 0 0.12 0.66 0.14
HSL 49.32º 0.68% 0.58% -
HSV(B) 49.32º 0.66% 0.86% -
XYZ 50.04 54.29 14.32 -
YUV 188.09 63.61 150.76 -
System Red Green Blue C M Y K H S L
Decimal 220 194 74 0 0.12 0.66 0.14 49.32 0.68 0.58
Hex DC C2 4A 0 C 42 E 31 44 3A
Octal 334 302 112 0 14 102 16 61 104 72
Binary 11011100 11000010 1001010 0 1100 1000010 1110 110001 1000100 111010

Color Harmonies of #DCC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC24A

Black with #DCC24A

Text Example


Text Example

White with #DCC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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