#D2D0B1

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

Shades of Orinoco #D2D0B1

Tints of Orinoco #D2D0B1

Color information

#D2D0B1 (or 0xD2D0B1) is unknown color: approx Orinoco. HEX triplet: D2, D0 and B1. RGB value is (210,208,177). Sum of RGB (Red+Green+Blue) = 210+208+177=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D0B1 is #2D2F4E. Grayscale: #CDCDCD. Windows color (decimal): -2961231 or 11653330. OLE color: 11653330.

HSL color Cylindrical-coordinate representation of color #D2D0B1: hue angle of 56.36º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2D0B1 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB210208177-
CMYK00.010.160.18
HSL56.36º26.83%75.88%-
HSV(B)56.36º15.71%82.35%-
XYZ57.0761.9950.55-
YUV205.06112.16131.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 177 (69.53% from 255) = 29.75%
R=35.29%
G=34.96%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020817700.010.160.1856.3626.8375.88
HexD2D0B1011012381b4c
Octal3223202610120227033114
Binary110100101101000010110001011000010010111000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D0B1; }

 p { color: rgb(210,208,177); }

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

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

 a { background-color: rgb(210,208,177); }

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

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

 span { border-color: rgb(210,208,177); }

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