#D0DBAD

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

Shades of Orinoco #D0DBAD

Tints of Orinoco #D0DBAD

Color information

#D0DBAD (or 0xD0DBAD) is unknown color: approx Orinoco. HEX triplet: D0, DB and AD. RGB value is (208,219,173). Sum of RGB (Red+Green+Blue) = 208+219+173=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DBAD is #2F2452. Grayscale: #D2D2D2. Windows color (decimal): -3089491 or 11394000. OLE color: 11394000.

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

Color convert

RGB208219173-
CMYK0.0500.210.14
HSL74.35º38.98%76.86%-
HSV(B)74.35º21%85.88%-
XYZ58.8967.0949.38-
YUV210.47106.86126.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=34.67%
G=36.5%
B=28.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082191730.0500.210.1474.3538.9876.86
HexD0DBAD5015E4a274d
Octal32033325550251611247115
Binary110100001101101110101101101010101111010010101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBAD; }

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

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

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

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

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

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

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

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