#D2D2AF

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

Shades of Orinoco #D2D2AF

Tints of Orinoco #D2D2AF

Color information

#D2D2AF (or 0xD2D2AF) is unknown color: approx Orinoco. HEX triplet: D2, D2 and AF. RGB value is (210,210,175). Sum of RGB (Red+Green+Blue) = 210+210+175=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D2AF is #2D2D50. Grayscale: #CECECE. Windows color (decimal): -2960721 or 11522770. OLE color: 11522770.

HSL color Cylindrical-coordinate representation of color #D2D2AF: hue angle of 60º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2D2AF is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210210175-
CMYK000.170.18
HSL60º28%75.49%-
HSV(B)60º16.67%82.35%-
XYZ57.3662.8949.67-
YUV206.01110.5130.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=35.29%
G=35.29%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210210175000.170.18602875.49
HexD2D2AF0011123c1c4b
Octal3223222570021227434113
Binary110100101101001010101111001000110010111100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D2AF; }

 p { color: rgb(210,210,175); }

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

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

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

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

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

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

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