Html Css Color HEX #DCC452 Confetti

📋 copy color: '#DCC452'

red 220 ◦ green 196 ◦ blue 82

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

Shades of Confetti #DCC452

Tints of Confetti #DCC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.36%

 BLUE value IS 82 (32.42% from 255) = 16.47%

R = 44.18%
G = 39.36%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCC452 (or 0xDCC452) is known color: Confetti. HEX triplet: DC, C4 and 52. RGB value is (220,196,82). Sum of RGB (Red+Green+Blue) = 220+196+82=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC452 is #233BAD. Grayscale: #BEBEBE. Windows color (decimal): -2309038 or 5424348. OLE color: 5424348.

HSL color Cylindrical-coordinate representation of color #DCC452: hue angle of 49.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCC452 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 82 -
CMYK 0 0.11 0.63 0.14
HSL 49.57º 0.66% 0.59% -
HSV(B) 49.57º 0.63% 0.86% -
XYZ 50.78 55.3 15.98 -
YUV 190.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 220 196 82 0 0.11 0.63 0.14 49.57 0.66 0.59
Hex DC C4 52 0 B 3F E 32 42 3B
Octal 334 304 122 0 13 77 16 62 102 73
Binary 11011100 11000100 1010010 0 1011 111111 1110 110010 1000010 111011

Color Harmonies of #DCC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC452

Black with #DCC452

Text Example


Text Example

White with #DCC452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC452; }

 p { color: rgb(220,196,82); }

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

background-color css

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

 a { background-color: rgb(220,196,82); }

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

border-color css

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

 span { border-color: rgb(220,196,82); }

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