#CED89D

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

Shades of Orinoco #CED89D

Tints of Orinoco #CED89D

Color information

#CED89D (or 0xCED89D) is unknown color: approx Orinoco. HEX triplet: CE, D8 and 9D. RGB value is (206,216,157). Sum of RGB (Red+Green+Blue) = 206+216+157=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #CED89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED89D is #312762. Grayscale: #CECECE. Windows color (decimal): -3221347 or 10344654. OLE color: 10344654.

HSL color Cylindrical-coordinate representation of color #CED89D: hue angle of 70.17º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED89D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB206216157-
CMYK0.0500.270.15
HSL70.17º43.07%73.14%-
HSV(B)70.17º27.31%84.71%-
XYZ56.164.6741.42-
YUV206.28100.19127.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 157 (61.72% from 255) = 27.12%
R=35.58%
G=37.31%
B=27.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161570.0500.270.1570.1743.0773.14
HexCED89D501BF462b49
Octal31633023550331710653111
Binary110011101101100010011101101011011111110001101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED89D; }

 p { color: rgb(206,216,157); }

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

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

 a { background-color: rgb(206,216,157); }

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

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

 span { border-color: rgb(206,216,157); }

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