#D3DCAD

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

Shades of Orinoco #D3DCAD

Tints of Orinoco #D3DCAD

Color information

#D3DCAD (or 0xD3DCAD) is unknown color: approx Orinoco. HEX triplet: D3, DC and AD. RGB value is (211,220,173). Sum of RGB (Red+Green+Blue) = 211+220+173=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DCAD is #2C2352. Grayscale: #D4D4D4. Windows color (decimal): -2892627 or 11394259. OLE color: 11394259.

HSL color Cylindrical-coordinate representation of color #D3DCAD: hue angle of 71.49º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3DCAD is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB211220173-
CMYK0.0400.210.14
HSL71.49º40.17%77.06%-
HSV(B)71.49º21.36%86.27%-
XYZ6068.0549.51-
YUV211.95106.02127.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=34.93%
G=36.42%
B=28.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112201730.0400.210.1471.4940.1777.06
HexD3DCAD4015E47284d
Octal32333425540251610750115
Binary110100111101110010101101100010101111010001111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCAD; }

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

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

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

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

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

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

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

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