#DCC952

Color #DCC952 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DCC952

Tints of Confetti #DCC952

Color information

#DCC952 (or 0xDCC952) is unknown color: approx Confetti. HEX triplet: DC, C9 and 52. RGB value is (220,201,82). Sum of RGB (Red+Green+Blue) = 220+201+82=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC952 is #2336AD. Grayscale: #C1C1C1. Windows color (decimal): -2307758 or 5425628. OLE color: 5425628.

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

Color convert

RGB22020182-
CMYK00.090.630.14
HSL51.74º66.35%59.22%-
HSV(B)51.74º62.73%86.27%-
XYZ51.9257.616.36-
YUV193.1265.29147.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 82 (32.42% from 255) = 16.30%
R=43.74%
G=39.96%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202018200.090.630.1451.7466.3559.22
HexDCC952093FE34423b
Octal33431112201177166410273
Binary110111001100100110100100100111111111101101001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC952; }

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

 H1.HeaderClassName
 {
   color: #DCC952;
 }
 .AnyTagClassName
 {
   color: #DCC952;
 }
</style>
background-color css

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

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

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

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

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

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