#D2D5A1

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

Shades of Orinoco #D2D5A1

Tints of Orinoco #D2D5A1

Color information

#D2D5A1 (or 0xD2D5A1) is unknown color: approx Orinoco. HEX triplet: D2, D5 and A1. RGB value is (210,213,161). Sum of RGB (Red+Green+Blue) = 210+213+161=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D5A1 is #2D2A5E. Grayscale: #CECECE. Windows color (decimal): -2959967 or 10606034. OLE color: 10606034.

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

Color convert

RGB210213161-
CMYK0.0100.240.16
HSL63.46º38.24%73.33%-
HSV(B)63.46º24.41%83.53%-
XYZ56.8163.8643.05-
YUV206.18102.51130.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.96%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 161 (63.28% from 255) = 27.57%
R=35.96%
G=36.47%
B=27.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102131610.0100.240.1663.4638.2473.33
HexD2D5A11018103f2649
Octal3223252411030207746111
Binary1101001011010101101000011011000100001111111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5A1; }

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

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

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

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

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

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

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

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