#D4DFAF

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

Shades of Orinoco #D4DFAF

Tints of Orinoco #D4DFAF

Color information

#D4DFAF (or 0xD4DFAF) is unknown color: approx Orinoco. HEX triplet: D4, DF and AF. RGB value is (212,223,175). Sum of RGB (Red+Green+Blue) = 212+223+175=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DFAF is #2B2050. Grayscale: #D6D6D6. Windows color (decimal): -2826321 or 11526100. OLE color: 11526100.

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

Color convert

RGB212223175-
CMYK0.0500.220.13
HSL73.75º42.86%78.04%-
HSV(B)73.75º21.52%87.45%-
XYZ61.2869.8750.81-
YUV214.24105.86126.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.75%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=34.75%
G=36.56%
B=28.69%

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
Decimal2122231750.0500.220.1373.7542.8678.04
HexD4DFAF5016D4a2b4e
Octal32433725750261511253116
Binary110101001101111110101111101010110110110010101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DFAF; }

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

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

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

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

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

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

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

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