#CDD79D

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

Shades of Orinoco #CDD79D

Tints of Orinoco #CDD79D

Color information

#CDD79D (or 0xCDD79D) is unknown color: approx Orinoco. HEX triplet: CD, D7 and 9D. RGB value is (205,215,157). Sum of RGB (Red+Green+Blue) = 205+215+157=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD79D is #322862. Grayscale: #CDCDCD. Windows color (decimal): -3287139 or 10344397. OLE color: 10344397.

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

Color convert

RGB205215157-
CMYK0.0500.270.16
HSL70.34º42.03%72.94%-
HSV(B)70.34º26.98%84.31%-
XYZ55.5664.0141.33-
YUV205.4100.69127.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 157 (61.72% from 255) = 27.21%
R=35.53%
G=37.26%
B=27.21%

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
Decimal2052151570.0500.270.1670.3442.0372.94
HexCDD79D501B10462a49
Octal31532723550332010652111
Binary1100110111010111100111011010110111000010001101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD79D; }

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

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

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

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

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

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

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

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