#D2D5B4

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

Shades of Orinoco #D2D5B4

Tints of Orinoco #D2D5B4

Color information

#D2D5B4 (or 0xD2D5B4) is unknown color: approx Orinoco. HEX triplet: D2, D5 and B4. RGB value is (210,213,180). Sum of RGB (Red+Green+Blue) = 210+213+180=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5B4 is #2D2A4B. Grayscale: #D0D0D0. Windows color (decimal): -2959948 or 11851218. OLE color: 11851218.

HSL color Cylindrical-coordinate representation of color #D2D5B4: hue angle of 65.45º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2D5B4 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB210213180-
CMYK0.0100.150.16
HSL65.45º28.21%77.06%-
HSV(B)65.45º15.49%83.53%-
XYZ58.6164.5952.56-
YUV208.34112.01129.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=34.83%
G=35.32%
B=29.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102131800.0100.150.1665.4528.2177.06
HexD2D5B410F10411c4d
Octal32232526410172010134115
Binary110100101101010110110100101111100001000001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5B4; }

 p { color: rgb(210,213,180); }

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

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

 a { background-color: rgb(210,213,180); }

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

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

 span { border-color: rgb(210,213,180); }

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