#CDD19F

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

Shades of Orinoco #CDD19F

Tints of Orinoco #CDD19F

Color information

#CDD19F (or 0xCDD19F) is unknown color: approx Orinoco. HEX triplet: CD, D1 and 9F. RGB value is (205,209,159). Sum of RGB (Red+Green+Blue) = 205+209+159=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD19F is #322E60. Grayscale: #CACACA. Windows color (decimal): -3288673 or 10473933. OLE color: 10473933.

HSL color Cylindrical-coordinate representation of color #CDD19F: hue angle of 64.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDD19F is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB205209159-
CMYK0.0200.240.18
HSL64.8º35.21%72.16%-
HSV(B)64.8º23.92%81.96%-
XYZ54.2461.0841.73-
YUV202.1103.67130.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=35.78%
G=36.47%
B=27.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091590.0200.240.1864.835.2172.16
HexCDD19F201812412348
Octal31532123720302210143110
Binary110011011101000110011111100110001001010000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD19F; }

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

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

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

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

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

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

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

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