#D0D2A4

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

Shades of Orinoco #D0D2A4

Tints of Orinoco #D0D2A4

Color information

#D0D2A4 (or 0xD0D2A4) is unknown color: approx Orinoco. HEX triplet: D0, D2 and A4. RGB value is (208,210,164). Sum of RGB (Red+Green+Blue) = 208+210+164=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D2A4 is #2F2D5B. Grayscale: #CCCCCC. Windows color (decimal): -3091804 or 10801872. OLE color: 10801872.

HSL color Cylindrical-coordinate representation of color #D0D2A4: hue angle of 62.61º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0D2A4 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB208210164-
CMYK0.0100.220.18
HSL62.61º33.82%73.33%-
HSV(B)62.61º21.9%82.35%-
XYZ55.7662.1844.19-
YUV204.16105.34130.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 210 (82.42% from 255) = 36.08%
BLUE value IS 164 (64.45% from 255) = 28.18%
R=35.74%
G=36.08%
B=28.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082101640.0100.220.1862.6133.8273.33
HexD0D2A41016123f2249
Octal3203222441026227742111
Binary1101000011010010101001001010110100101111111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D2A4; }

 p { color: rgb(208,210,164); }

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

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

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

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

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

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

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