#D2DBAD

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

Shades of Orinoco #D2DBAD

Tints of Orinoco #D2DBAD

Color information

#D2DBAD (or 0xD2DBAD) is unknown color: approx Orinoco. HEX triplet: D2, DB and AD. RGB value is (210,219,173). Sum of RGB (Red+Green+Blue) = 210+219+173=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBAD is #2D2452. Grayscale: #D3D3D3. Windows color (decimal): -2958419 or 11394002. OLE color: 11394002.

HSL color Cylindrical-coordinate representation of color #D2DBAD: hue angle of 71.74º 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 #D2DBAD is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB210219173-
CMYK0.0400.210.14
HSL71.74º38.98%76.86%-
HSV(B)71.74º21%85.88%-
XYZ59.4567.3849.41-
YUV211.06106.52127.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=34.88%
G=36.38%
B=28.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102191730.0400.210.1471.7438.9876.86
HexD2DBAD4015E48274d
Octal32233325540251611047115
Binary110100101101101110101101100010101111010010001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBAD; }

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

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

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

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

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

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

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

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