#D2D49D

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

Shades of Orinoco #D2D49D

Tints of Orinoco #D2D49D

Color information

#D2D49D (or 0xD2D49D) is unknown color: approx Orinoco. HEX triplet: D2, D4 and 9D. RGB value is (210,212,157). Sum of RGB (Red+Green+Blue) = 210+212+157=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D49D is #2D2B62. Grayscale: #CDCDCD. Windows color (decimal): -2960227 or 10343634. OLE color: 10343634.

HSL color Cylindrical-coordinate representation of color #D2D49D: hue angle of 62.18º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2D49D is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB210212157-
CMYK0.0100.260.17
HSL62.18º39.01%72.35%-
HSV(B)62.18º25.94%83.14%-
XYZ56.2163.2241.14-
YUV205.13100.84131.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 157 (61.72% from 255) = 27.12%
R=36.27%
G=36.61%
B=27.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102121570.0100.260.1762.1839.0172.35
HexD2D49D101A113e2748
Octal3223242351032217647110
Binary1101001011010100100111011011010100011111101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D49D; }

 p { color: rgb(210,212,157); }

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

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

 a { background-color: rgb(210,212,157); }

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

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

 span { border-color: rgb(210,212,157); }

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