#D2DFAE

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

Shades of Orinoco #D2DFAE

Tints of Orinoco #D2DFAE

Color information

#D2DFAE (or 0xD2DFAE) is unknown color: approx Orinoco. HEX triplet: D2, DF and AE. RGB value is (210,223,174). Sum of RGB (Red+Green+Blue) = 210+223+174=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFAE is #2D2051. Grayscale: #D5D5D5. Windows color (decimal): -2957394 or 11460562. OLE color: 11460562.

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

Color convert

RGB210223174-
CMYK0.0600.220.13
HSL75.92º43.36%77.84%-
HSV(B)75.92º21.97%87.45%-
XYZ60.6169.5350.27-
YUV213.53105.69125.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=34.60%
G=36.74%
B=28.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102231740.0600.220.1375.9243.3677.84
HexD2DFAE6016D4c2b4e
Octal32233725660261511453116
Binary110100101101111110101110110010110110110011001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFAE; }

 p { color: rgb(210,223,174); }

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

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

 a { background-color: rgb(210,223,174); }

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

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

 span { border-color: rgb(210,223,174); }

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