Html Css Color HEX #DCC04A Confetti

📋 copy color: '#DCC04A'

red 220 ◦ green 192 ◦ blue 74

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

Shades of Confetti #DCC04A

Tints of Confetti #DCC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.51%

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

R = 45.27%
G = 39.51%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCC04A (or 0xDCC04A) is known color: Confetti. HEX triplet: DC, C0 and 4A. RGB value is (220,192,74). Sum of RGB (Red+Green+Blue) = 220+192+74=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC04A is #233FB5. Grayscale: #BBBBBB. Windows color (decimal): -2310070 or 4899036. OLE color: 4899036.

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

Color convert

RGB 220 192 74 -
CMYK 0 0.13 0.66 0.14
HSL 48.49º 0.68% 0.58% -
HSV(B) 48.49º 0.66% 0.86% -
XYZ 49.6 53.41 14.17 -
YUV 186.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 220 192 74 0 0.13 0.66 0.14 48.49 0.68 0.58
Hex DC C0 4A 0 D 42 E 30 44 3A
Octal 334 300 112 0 15 102 16 60 104 72
Binary 11011100 11000000 1001010 0 1101 1000010 1110 110000 1000100 111010

Color Harmonies of #DCC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC04A

Black with #DCC04A

Text Example


Text Example

White with #DCC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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