#CCDB9A

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

Shades of Reef #CCDB9A

Tints of Reef #CCDB9A

Color information

#CCDB9A (or 0xCCDB9A) is unknown color: approx Reef. HEX triplet: CC, DB and 9A. RGB value is (204,219,154). Sum of RGB (Red+Green+Blue) = 204+219+154=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB9A is #332465. Grayscale: #CFCFCF. Windows color (decimal): -3351654 or 10148812. OLE color: 10148812.

HSL color Cylindrical-coordinate representation of color #CCDB9A: hue angle of 73.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCDB9A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB204219154-
CMYK0.0700.300.14
HSL73.85º47.45%73.14%-
HSV(B)73.85º29.68%85.88%-
XYZ56.0765.8340.32-
YUV207.198.03125.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 219 (85.94% from 255) = 37.95%
BLUE value IS 154 (60.55% from 255) = 26.69%
R=35.36%
G=37.95%
B=26.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191540.0700.300.1473.8547.4573.14
HexCCDB9A701EE4a2f49
Octal31433323270361611257111
Binary110011001101101110011010111011110111010010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDB9A; }

 p { color: rgb(204,219,154); }

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

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

 a { background-color: rgb(204,219,154); }

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

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

 span { border-color: rgb(204,219,154); }

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