#D0D6AA

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

Shades of Orinoco #D0D6AA

Tints of Orinoco #D0D6AA

Color information

#D0D6AA (or 0xD0D6AA) is unknown color: approx Orinoco. HEX triplet: D0, D6 and AA. RGB value is (208,214,170). Sum of RGB (Red+Green+Blue) = 208+214+170=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D6AA is #2F2955. Grayscale: #CFCFCF. Windows color (decimal): -3090774 or 11196112. OLE color: 11196112.

HSL color Cylindrical-coordinate representation of color #D0D6AA: hue angle of 68.18º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0D6AA is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB208214170-
CMYK0.0300.210.16
HSL68.18º34.92%75.29%-
HSV(B)68.18º20.56%83.92%-
XYZ57.3164.4147.44-
YUV207.19107.01128.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.14%
GREEN value IS 214 (83.98% from 255) = 36.15%
BLUE value IS 170 (66.80% from 255) = 28.72%
R=35.14%
G=36.15%
B=28.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141700.0300.210.1668.1834.9275.29
HexD0D6AA30151044234b
Octal32032625230252010443113
Binary110100001101011010101010110101011000010001001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D6AA; }

 p { color: rgb(208,214,170); }

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

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

 a { background-color: rgb(208,214,170); }

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

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

 span { border-color: rgb(208,214,170); }

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