#CCD373

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

Shades of Deco #CCD373

Tints of Deco #CCD373

Color information

#CCD373 (or 0xCCD373) is unknown color: approx Deco. HEX triplet: CC, D3 and 73. RGB value is (204,211,115). Sum of RGB (Red+Green+Blue) = 204+211+115=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD373 is #332C8C. Grayscale: #C6C6C6. Windows color (decimal): -3353741 or 7590860. OLE color: 7590860.

HSL color Cylindrical-coordinate representation of color #CCD373: hue angle of 64.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD373 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB204211115-
CMYK0.0300.450.17
HSL64.38º52.17%63.92%-
HSV(B)64.38º45.5%82.75%-
XYZ51.2960.6625.23-
YUV197.9681.18132.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 115 (45.31% from 255) = 21.70%
R=38.49%
G=39.81%
B=21.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111150.0300.450.1764.3852.1763.92
HexCCD373302D11403440
Octal31432316330552110064100
Binary110011001101001111100111101011011000110000001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD373; }

 p { color: rgb(204,211,115); }

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

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

 a { background-color: rgb(204,211,115); }

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

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

 span { border-color: rgb(204,211,115); }

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