#D5DEA4

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

Shades of Orinoco #D5DEA4

Tints of Orinoco #D5DEA4

Color information

#D5DEA4 (or 0xD5DEA4) is unknown color: approx Orinoco. HEX triplet: D5, DE and A4. RGB value is (213,222,164). Sum of RGB (Red+Green+Blue) = 213+222+164=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DEA4 is #2A215B. Grayscale: #D4D4D4. Windows color (decimal): -2761052 or 10804949. OLE color: 10804949.

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

Color convert

RGB213222164-
CMYK0.0400.260.13
HSL69.31º46.77%75.69%-
HSV(B)69.31º26.13%87.06%-
XYZ60.2669.0745.28-
YUV212.7100.52128.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.56%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 164 (64.45% from 255) = 27.38%
R=35.56%
G=37.06%
B=27.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132221640.0400.260.1369.3146.7775.69
HexD5DEA4401AD452f4c
Octal32533624440321510557114
Binary110101011101111010100100100011010110110001011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEA4; }

 p { color: rgb(213,222,164); }

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

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

 a { background-color: rgb(213,222,164); }

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

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

 span { border-color: rgb(213,222,164); }

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