#CDD59D

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

Shades of Orinoco #CDD59D

Tints of Orinoco #CDD59D

Color information

#CDD59D (or 0xCDD59D) is unknown color: approx Orinoco. HEX triplet: CD, D5 and 9D. RGB value is (205,213,157). Sum of RGB (Red+Green+Blue) = 205+213+157=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD59D is #322A62. Grayscale: #CCCCCC. Windows color (decimal): -3287651 or 10343885. OLE color: 10343885.

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

Color convert

RGB205213157-
CMYK0.0400.260.16
HSL68.57º40%72.55%-
HSV(B)68.57º26.29%83.53%-
XYZ55.066341.16-
YUV204.22101.35128.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 157 (61.72% from 255) = 27.30%
R=35.65%
G=37.04%
B=27.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131570.0400.260.1668.574072.55
HexCDD59D401A10452849
Octal31532523540322010550111
Binary1100110111010101100111011000110101000010001011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD59D; }

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

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

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

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

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

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

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

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