#CDD99F

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

Shades of Orinoco #CDD99F

Tints of Orinoco #CDD99F

Color information

#CDD99F (or 0xCDD99F) is unknown color: approx Orinoco. HEX triplet: CD, D9 and 9F. RGB value is (205,217,159). Sum of RGB (Red+Green+Blue) = 205+217+159=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD99F is #322660. Grayscale: #CFCFCF. Windows color (decimal): -3286625 or 10475981. OLE color: 10475981.

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

Color convert

RGB205217159-
CMYK0.0600.270.15
HSL72.41º43.28%73.73%-
HSV(B)72.41º26.73%85.1%-
XYZ56.2565.1142.4-
YUV206.8101.02126.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=35.28%
G=37.35%
B=27.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171590.0600.270.1572.4143.2873.73
HexCDD99F601BF482b4a
Octal31533123760331711053112
Binary110011011101100110011111110011011111110010001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD99F; }

 p { color: rgb(205,217,159); }

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

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

 a { background-color: rgb(205,217,159); }

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

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

 span { border-color: rgb(205,217,159); }

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