#CCDC8B

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

Shades of Deco #CCDC8B

Tints of Deco #CCDC8B

Color information

#CCDC8B (or 0xCCDC8B) is unknown color: approx Deco. HEX triplet: CC, DC and 8B. RGB value is (204,220,139). Sum of RGB (Red+Green+Blue) = 204+220+139=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC8B is #332374. Grayscale: #CECECE. Windows color (decimal): -3351413 or 9166028. OLE color: 9166028.

HSL color Cylindrical-coordinate representation of color #CCDC8B: hue angle of 71.85º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCDC8B is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB204220139-
CMYK0.0700.370.14
HSL71.85º53.64%70.39%-
HSV(B)71.85º36.82%86.27%-
XYZ55.1665.8934.24-
YUV205.9890.2126.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=36.23%
G=39.08%
B=24.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201390.0700.370.1471.8553.6470.39
HexCCDC8B7025E483646
Octal31433421370451611066106
Binary1100110011011100100010111110100101111010010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDC8B; }

 p { color: rgb(204,220,139); }

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

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

 a { background-color: rgb(204,220,139); }

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

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

 span { border-color: rgb(204,220,139); }

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