#CDD79E

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

Shades of Orinoco #CDD79E

Tints of Orinoco #CDD79E

Color information

#CDD79E (or 0xCDD79E) is unknown color: approx Orinoco. HEX triplet: CD, D7 and 9E. RGB value is (205,215,158). Sum of RGB (Red+Green+Blue) = 205+215+158=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD79E is #322861. Grayscale: #CDCDCD. Windows color (decimal): -3287138 or 10409933. OLE color: 10409933.

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

Color convert

RGB205215158-
CMYK0.0500.270.16
HSL70.53º41.61%73.14%-
HSV(B)70.53º26.51%84.31%-
XYZ55.6564.0541.78-
YUV205.51101.19127.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 158 (62.11% from 255) = 27.34%
R=35.47%
G=37.20%
B=27.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151580.0500.270.1670.5341.6173.14
HexCDD79E501B10472a49
Octal31532723650332010752111
Binary1100110111010111100111101010110111000010001111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD79E; }

 p { color: rgb(205,215,158); }

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

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

 a { background-color: rgb(205,215,158); }

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

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

 span { border-color: rgb(205,215,158); }

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