#D4E0AD

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

Shades of Orinoco #D4E0AD

Tints of Orinoco #D4E0AD

Color information

#D4E0AD (or 0xD4E0AD) is unknown color: approx Orinoco. HEX triplet: D4, E0 and AD. RGB value is (212,224,173). Sum of RGB (Red+Green+Blue) = 212+224+173=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E0AD is #2B1F52. Grayscale: #D6D6D6. Windows color (decimal): -2826067 or 11395284. OLE color: 11395284.

HSL color Cylindrical-coordinate representation of color #D4E0AD: hue angle of 74.12º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4E0AD is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB212224173-
CMYK0.0500.230.12
HSL74.12º45.13%77.84%-
HSV(B)74.12º22.77%87.84%-
XYZ61.3570.3349.88-
YUV214.6104.52126.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.81%
GREEN value IS 224 (87.89% from 255) = 36.78%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=34.81%
G=36.78%
B=28.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122241730.0500.230.1274.1245.1377.84
HexD4E0AD5017C4a2d4e
Octal32434025550271411255116
Binary110101001110000010101101101010111110010010101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E0AD; }

 p { color: rgb(212,224,173); }

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

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

 a { background-color: rgb(212,224,173); }

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

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

 span { border-color: rgb(212,224,173); }

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