#D3DDAC

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

Shades of Orinoco #D3DDAC

Tints of Orinoco #D3DDAC

Color information

#D3DDAC (or 0xD3DDAC) is unknown color: approx Orinoco. HEX triplet: D3, DD and AC. RGB value is (211,221,172). Sum of RGB (Red+Green+Blue) = 211+221+172=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DDAC is #2C2253. Grayscale: #D4D4D4. Windows color (decimal): -2892372 or 11328979. OLE color: 11328979.

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

Color convert

RGB211221172-
CMYK0.0500.220.13
HSL72.24º41.88%77.06%-
HSV(B)72.24º22.17%86.67%-
XYZ60.1768.5449.09-
YUV212.42105.19126.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=34.93%
G=36.59%
B=28.48%

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
Decimal2112211720.0500.220.1372.2441.8877.06
HexD3DDAC5016D482a4d
Octal32333525450261511052115
Binary110100111101110110101100101010110110110010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDAC; }

 p { color: rgb(211,221,172); }

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

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

 a { background-color: rgb(211,221,172); }

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

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

 span { border-color: rgb(211,221,172); }

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