#D0D6AD

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

Shades of Orinoco #D0D6AD

Tints of Orinoco #D0D6AD

Color information

#D0D6AD (or 0xD0D6AD) is unknown color: approx Orinoco. HEX triplet: D0, D6 and AD. RGB value is (208,214,173). Sum of RGB (Red+Green+Blue) = 208+214+173=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D6AD is #2F2952. Grayscale: #CFCFCF. Windows color (decimal): -3090771 or 11392720. OLE color: 11392720.

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

Color convert

RGB208214173-
CMYK0.0300.190.16
HSL68.78º33.33%75.88%-
HSV(B)68.78º19.16%83.92%-
XYZ57.664.5248.95-
YUV207.53108.51128.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=34.96%
G=35.97%
B=29.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141730.0300.190.1668.7833.3375.88
HexD0D6AD30131045214c
Octal32032625530232010541114
Binary110100001101011010101101110100111000010001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D6AD; }

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

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

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

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

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

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

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

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