Html Css Color HEX #DCC342 Confetti

📋 copy color: '#DCC342'

red 220 ◦ green 195 ◦ blue 66

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

Shades of Confetti #DCC342

Tints of Confetti #DCC342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

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

R = 45.74%
G = 40.54%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCC342 (or 0xDCC342) is known color: Confetti. HEX triplet: DC, C3 and 42. RGB value is (220,195,66). Sum of RGB (Red+Green+Blue) = 220+195+66=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC342 is #233CBD. Grayscale: #BCBCBC. Windows color (decimal): -2309310 or 4375516. OLE color: 4375516.

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

Color convert

RGB 220 195 66 -
CMYK 0 0.11 0.7 0.14
HSL 50.26º 0.69% 0.56% -
HSV(B) 50.26º 0.7% 0.86% -
XYZ 50.01 54.64 13.06 -
YUV 187.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 220 195 66 0 0.11 0.7 0.14 50.26 0.69 0.56
Hex DC C3 42 0 B 46 E 32 45 38
Octal 334 303 102 0 13 106 16 62 105 70
Binary 11011100 11000011 1000010 0 1011 1000110 1110 110010 1000101 111000

Color Harmonies of #DCC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC342

Black with #DCC342

Text Example


Text Example

White with #DCC342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC342; }

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

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

background-color css

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

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

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

border-color css

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

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

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