#CCD689

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

Shades of Deco #CCD689

Tints of Deco #CCD689

Color information

#CCD689 (or 0xCCD689) is unknown color: approx Deco. HEX triplet: CC, D6 and 89. RGB value is (204,214,137). Sum of RGB (Red+Green+Blue) = 204+214+137=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD689 is #332976. Grayscale: #CACACA. Windows color (decimal): -3352951 or 9033420. OLE color: 9033420.

HSL color Cylindrical-coordinate representation of color #CCD689: hue angle of 67.79º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD689 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB204214137-
CMYK0.0500.360.16
HSL67.79º48.43%68.82%-
HSV(B)67.79º35.98%83.92%-
XYZ53.4662.7432.96-
YUV202.2391.19129.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 137 (53.91% from 255) = 24.68%
R=36.76%
G=38.56%
B=24.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141370.0500.360.1667.7948.4368.82
HexCCD689502410443045
Octal31432621150442010460105
Binary11001100110101101000100110101001001000010001001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD689; }

 p { color: rgb(204,214,137); }

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

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

 a { background-color: rgb(204,214,137); }

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

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

 span { border-color: rgb(204,214,137); }

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