#D2DFAF

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

Shades of Orinoco #D2DFAF

Tints of Orinoco #D2DFAF

Color information

#D2DFAF (or 0xD2DFAF) is unknown color: approx Orinoco. HEX triplet: D2, DF and AF. RGB value is (210,223,175). Sum of RGB (Red+Green+Blue) = 210+223+175=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFAF is #2D2050. Grayscale: #D5D5D5. Windows color (decimal): -2957393 or 11526098. OLE color: 11526098.

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

Color convert

RGB210223175-
CMYK0.0600.220.13
HSL76.25º42.86%78.04%-
HSV(B)76.25º21.52%87.45%-
XYZ60.769.5750.79-
YUV213.64106.19125.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.54%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=34.54%
G=36.68%
B=28.78%

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
Decimal2102231750.0600.220.1376.2542.8678.04
HexD2DFAF6016D4c2b4e
Octal32233725760261511453116
Binary110100101101111110101111110010110110110011001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFAF; }

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

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

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

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

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

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

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

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