#CCDA8F

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

Shades of Deco #CCDA8F

Tints of Deco #CCDA8F

Color information

#CCDA8F (or 0xCCDA8F) is unknown color: approx Deco. HEX triplet: CC, DA and 8F. RGB value is (204,218,143). Sum of RGB (Red+Green+Blue) = 204+218+143=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA8F is #332570. Grayscale: #CDCDCD. Windows color (decimal): -3351921 or 9427660. OLE color: 9427660.

HSL color Cylindrical-coordinate representation of color #CCDA8F: hue angle of 71.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCDA8F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB204218143-
CMYK0.0600.340.15
HSL71.2º50.34%70.78%-
HSV(B)71.2º34.4%85.49%-
XYZ54.9364.9635.63-
YUV205.2692.86127.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 143 (56.25% from 255) = 25.31%
R=36.11%
G=38.58%
B=25.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181430.0600.340.1571.250.3470.78
HexCCDA8F6022F473247
Octal31433221760421710762107
Binary1100110011011010100011111100100010111110001111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDA8F; }

 p { color: rgb(204,218,143); }

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

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

 a { background-color: rgb(204,218,143); }

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

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

 span { border-color: rgb(204,218,143); }

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