#D5DFAC

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

Shades of Orinoco #D5DFAC

Tints of Orinoco #D5DFAC

Color information

#D5DFAC (or 0xD5DFAC) is unknown color: approx Orinoco. HEX triplet: D5, DF and AC. RGB value is (213,223,172). Sum of RGB (Red+Green+Blue) = 213+223+172=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DFAC is #2A2053. Grayscale: #D6D6D6. Windows color (decimal): -2760788 or 11329493. OLE color: 11329493.

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

Color convert

RGB213223172-
CMYK0.0400.230.13
HSL71.76º44.35%77.45%-
HSV(B)71.76º22.87%87.45%-
XYZ61.2769.949.29-
YUV214.2104.19127.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 172 (67.58% from 255) = 28.29%
R=35.03%
G=36.68%
B=28.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132231720.0400.230.1371.7644.3577.45
HexD5DFAC4017D482c4d
Octal32533725440271511054115
Binary110101011101111110101100100010111110110010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFAC; }

 p { color: rgb(213,223,172); }

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

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

 a { background-color: rgb(213,223,172); }

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

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

 span { border-color: rgb(213,223,172); }

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