#CCD381

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

Shades of Deco #CCD381

Tints of Deco #CCD381

Color information

#CCD381 (or 0xCCD381) is unknown color: approx Deco. HEX triplet: CC, D3 and 81. RGB value is (204,211,129). Sum of RGB (Red+Green+Blue) = 204+211+129=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD381 is #332C7E. Grayscale: #C7C7C7. Windows color (decimal): -3353727 or 8508364. OLE color: 8508364.

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

Color convert

RGB204211129-
CMYK0.0300.390.17
HSL65.12º48.24%66.67%-
HSV(B)65.12º38.86%82.75%-
XYZ52.1661.0129.8-
YUV199.5688.18131.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 211 (82.81% from 255) = 38.79%
BLUE value IS 129 (50.78% from 255) = 23.71%
R=37.5%
G=38.79%
B=23.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111290.0300.390.1765.1248.2466.67
HexCCD381302711413043
Octal31432320130472110160103
Binary1100110011010011100000011101001111000110000011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD381; }

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

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

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

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

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

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

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

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