#D3DFAD

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

Shades of Orinoco #D3DFAD

Tints of Orinoco #D3DFAD

Color information

#D3DFAD (or 0xD3DFAD) is unknown color: approx Orinoco. HEX triplet: D3, DF and AD. RGB value is (211,223,173). Sum of RGB (Red+Green+Blue) = 211+223+173=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DFAD is #2C2052. Grayscale: #D5D5D5. Windows color (decimal): -2891859 or 11395027. OLE color: 11395027.

HSL color Cylindrical-coordinate representation of color #D3DFAD: hue angle of 74.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3DFAD is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB211223173-
CMYK0.0500.220.13
HSL74.4º43.86%77.65%-
HSV(B)74.4º22.42%87.45%-
XYZ60.7969.6449.77-
YUV213.71105.02126.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.76%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=34.76%
G=36.74%
B=28.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112231730.0500.220.1374.443.8677.65
HexD3DFAD5016D4a2c4e
Octal32333725550261511254116
Binary110100111101111110101101101010110110110010101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFAD; }

 p { color: rgb(211,223,173); }

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

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

 a { background-color: rgb(211,223,173); }

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

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

 span { border-color: rgb(211,223,173); }

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