#D2D6B4

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

Shades of Orinoco #D2D6B4

Tints of Orinoco #D2D6B4

Color information

#D2D6B4 (or 0xD2D6B4) is unknown color: approx Orinoco. HEX triplet: D2, D6 and B4. RGB value is (210,214,180). Sum of RGB (Red+Green+Blue) = 210+214+180=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6B4 is #2D294B. Grayscale: #D1D1D1. Windows color (decimal): -2959692 or 11851474. OLE color: 11851474.

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

Color convert

RGB210214180-
CMYK0.0200.160.16
HSL67.06º29.31%77.25%-
HSV(B)67.06º15.89%83.92%-
XYZ58.8665.0952.64-
YUV208.93111.67128.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 180 (70.70% from 255) = 29.80%
R=34.77%
G=35.43%
B=29.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141800.0200.160.1667.0629.3177.25
HexD2D6B4201010431d4d
Octal32232626420202010335115
Binary11010010110101101011010010010000100001000011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6B4; }

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

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

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

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

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

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

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

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