Html Css Color HEX #DCC042 Confetti

📋 copy color: '#DCC042'

red 220 ◦ green 192 ◦ blue 66

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

Shades of Confetti #DCC042

Tints of Confetti #DCC042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.81%

R = 46.03%
G = 40.17%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCC042 (or 0xDCC042) is known color: Confetti. HEX triplet: DC, C0 and 42. RGB value is (220,192,66). Sum of RGB (Red+Green+Blue) = 220+192+66=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC042 is #233FBD. Grayscale: #BABABA. Windows color (decimal): -2310078 or 4374748. OLE color: 4374748.

HSL color Cylindrical-coordinate representation of color #DCC042: hue angle of 49.09º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCC042 is Cyan = 0, Magento = 0.13, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 66 -
CMYK 0 0.13 0.7 0.14
HSL 49.09º 0.69% 0.56% -
HSV(B) 49.09º 0.7% 0.86% -
XYZ 49.35 53.31 12.84 -
YUV 186.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 220 192 66 0 0.13 0.7 0.14 49.09 0.69 0.56
Hex DC C0 42 0 D 46 E 31 45 38
Octal 334 300 102 0 15 106 16 61 105 70
Binary 11011100 11000000 1000010 0 1101 1000110 1110 110001 1000101 111000

Color Harmonies of #DCC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC042

Black with #DCC042

Text Example


Text Example

White with #DCC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC042; }

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

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

background-color css

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

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

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

border-color css

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

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

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