#D0DA9C

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

Shades of Orinoco #D0DA9C

Tints of Orinoco #D0DA9C

Color information

#D0DA9C (or 0xD0DA9C) is unknown color: approx Orinoco. HEX triplet: D0, DA and 9C. RGB value is (208,218,156). Sum of RGB (Red+Green+Blue) = 208+218+156=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DA9C is #2F2563. Grayscale: #D0D0D0. Windows color (decimal): -3089764 or 10279632. OLE color: 10279632.

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

Color convert

RGB208218156-
CMYK0.0500.280.15
HSL69.68º45.59%73.33%-
HSV(B)69.68º28.44%85.49%-
XYZ57.0865.9541.17-
YUV207.9498.69128.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 156 (61.33% from 255) = 26.80%
R=35.74%
G=37.46%
B=26.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181560.0500.280.1569.6845.5973.33
HexD0DA9C501CF462e49
Octal32033223450341710656111
Binary110100001101101010011100101011100111110001101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DA9C; }

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

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

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

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

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

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

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

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