#D0D3AF

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

Shades of Orinoco #D0D3AF

Tints of Orinoco #D0D3AF

Color information

#D0D3AF (or 0xD0D3AF) is unknown color: approx Orinoco. HEX triplet: D0, D3 and AF. RGB value is (208,211,175). Sum of RGB (Red+Green+Blue) = 208+211+175=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D3AF is #2F2C50. Grayscale: #CECECE. Windows color (decimal): -3091537 or 11523024. OLE color: 11523024.

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

Color convert

RGB208211175-
CMYK0.0100.170.17
HSL65º29.03%75.69%-
HSV(B)65º17.06%82.75%-
XYZ57.0463.0949.73-
YUV206110.51129.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 211 (82.81% from 255) = 35.52%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=35.02%
G=35.52%
B=29.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082111750.0100.170.176529.0375.69
HexD0D3AF101111411d4c
Octal32032325710212110135114
Binary1101000011010011101011111010001100011000001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D3AF; }

 p { color: rgb(208,211,175); }

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

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

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

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

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

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

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