#D0DA9B

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

Shades of Orinoco #D0DA9B

Tints of Orinoco #D0DA9B

Color information

#D0DA9B (or 0xD0DA9B) is unknown color: approx Orinoco. HEX triplet: D0, DA and 9B. RGB value is (208,218,155). Sum of RGB (Red+Green+Blue) = 208+218+155=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DA9B is #2F2564. Grayscale: #D0D0D0. Windows color (decimal): -3089765 or 10214096. OLE color: 10214096.

HSL color Cylindrical-coordinate representation of color #D0DA9B: hue angle of 69.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0DA9B is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB208218155-
CMYK0.0500.290.15
HSL69.52º45.99%73.14%-
HSV(B)69.52º28.9%85.49%-
XYZ5765.9240.73-
YUV207.8398.19128.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=35.80%
G=37.52%
B=26.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181550.0500.290.1569.5245.9973.14
HexD0DA9B501DF462e49
Octal32033223350351710656111
Binary110100001101101010011011101011101111110001101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DA9B; }

 p { color: rgb(208,218,155); }

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

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

 a { background-color: rgb(208,218,155); }

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

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

 span { border-color: rgb(208,218,155); }

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