#D2DCAB

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

Shades of Orinoco #D2DCAB

Tints of Orinoco #D2DCAB

Color information

#D2DCAB (or 0xD2DCAB) is unknown color: approx Orinoco. HEX triplet: D2, DC and AB. RGB value is (210,220,171). Sum of RGB (Red+Green+Blue) = 210+220+171=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DCAB is #2D2354. Grayscale: #D3D3D3. Windows color (decimal): -2958165 or 11263186. OLE color: 11263186.

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

Color convert

RGB210220171-
CMYK0.0500.220.14
HSL72.24º41.18%76.67%-
HSV(B)72.24º22.27%86.27%-
XYZ59.5267.8348.48-
YUV211.42105.19126.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=34.94%
G=36.61%
B=28.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201710.0500.220.1472.2441.1876.67
HexD2DCAB5016E48294d
Octal32233425350261611051115
Binary110100101101110010101011101010110111010010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCAB; }

 p { color: rgb(210,220,171); }

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

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

 a { background-color: rgb(210,220,171); }

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

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

 span { border-color: rgb(210,220,171); }

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