#D0DBA0

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

Shades of Orinoco #D0DBA0

Tints of Orinoco #D0DBA0

Color information

#D0DBA0 (or 0xD0DBA0) is unknown color: approx Orinoco. HEX triplet: D0, DB and A0. RGB value is (208,219,160). Sum of RGB (Red+Green+Blue) = 208+219+160=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DBA0 is #2F245F. Grayscale: #D1D1D1. Windows color (decimal): -3089504 or 10542032. OLE color: 10542032.

HSL color Cylindrical-coordinate representation of color #D0DBA0: hue angle of 71.19º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0DBA0 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB208219160-
CMYK0.0500.270.14
HSL71.19º45.04%74.31%-
HSV(B)71.19º26.94%85.88%-
XYZ57.6966.6143.07-
YUV208.98100.36127.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=35.43%
G=37.31%
B=27.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082191600.0500.270.1471.1945.0474.31
HexD0DBA0501BE472d4a
Octal32033324050331610755112
Binary110100001101101110100000101011011111010001111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBA0; }

 p { color: rgb(208,219,160); }

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

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

 a { background-color: rgb(208,219,160); }

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

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

 span { border-color: rgb(208,219,160); }

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