#D3DEAE

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

Shades of Orinoco #D3DEAE

Tints of Orinoco #D3DEAE

Color information

#D3DEAE (or 0xD3DEAE) is unknown color: approx Orinoco. HEX triplet: D3, DE and AE. RGB value is (211,222,174). Sum of RGB (Red+Green+Blue) = 211+222+174=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DEAE is #2C2151. Grayscale: #D5D5D5. Windows color (decimal): -2892114 or 11460307. OLE color: 11460307.

HSL color Cylindrical-coordinate representation of color #D3DEAE: hue angle of 73.75º degrees, saturation: 0.42, 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 #D3DEAE is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB211222174-
CMYK0.0500.220.13
HSL73.75º42.11%77.65%-
HSV(B)73.75º21.62%87.06%-
XYZ60.6369.1550.2-
YUV213.24105.86126.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.76%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=34.76%
G=36.57%
B=28.67%

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
Decimal2112221740.0500.220.1373.7542.1177.65
HexD3DEAE5016D4a2a4e
Octal32333625650261511252116
Binary110100111101111010101110101010110110110010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DEAE; }

 p { color: rgb(211,222,174); }

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

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

 a { background-color: rgb(211,222,174); }

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

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

 span { border-color: rgb(211,222,174); }

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