#CDD89D

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

Shades of Orinoco #CDD89D

Tints of Orinoco #CDD89D

Color information

#CDD89D (or 0xCDD89D) is unknown color: approx Orinoco. HEX triplet: CD, D8 and 9D. RGB value is (205,216,157). Sum of RGB (Red+Green+Blue) = 205+216+157=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD89D is #322762. Grayscale: #CECECE. Windows color (decimal): -3286883 or 10344653. OLE color: 10344653.

HSL color Cylindrical-coordinate representation of color #CDD89D: hue angle of 71.19º 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 #CDD89D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB205216157-
CMYK0.0500.270.15
HSL71.19º43.07%73.14%-
HSV(B)71.19º27.31%84.71%-
XYZ55.8264.5341.41-
YUV205.98100.36127.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 157 (61.72% from 255) = 27.16%
R=35.47%
G=37.37%
B=27.16%

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
Decimal2052161570.0500.270.1571.1943.0773.14
HexCDD89D501BF472b49
Octal31533023550331710753111
Binary110011011101100010011101101011011111110001111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD89D; }

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

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

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

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

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

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

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

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