#D2D5BB

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

Shades of Orinoco #D2D5BB

Tints of Orinoco #D2D5BB

Color information

#D2D5BB (or 0xD2D5BB) is unknown color: approx Orinoco. HEX triplet: D2, D5 and BB. RGB value is (210,213,187). Sum of RGB (Red+Green+Blue) = 210+213+187=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5BB is #2D2A44. Grayscale: #D1D1D1. Windows color (decimal): -2959941 or 12309970. OLE color: 12309970.

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

Color convert

RGB210213187-
CMYK0.0100.120.16
HSL66.92º23.64%78.43%-
HSV(B)66.92º12.21%83.53%-
XYZ59.3464.8856.41-
YUV209.14115.51128.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.43%
GREEN value IS 213 (83.59% from 255) = 34.92%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=34.43%
G=34.92%
B=30.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102131870.0100.120.1666.9223.6478.43
HexD2D5BB10C1043184e
Octal32232527310142010330116
Binary110100101101010110111011101100100001000011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5BB; }

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

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

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

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

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

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

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

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