#D4DCAE

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

Shades of Orinoco #D4DCAE

Tints of Orinoco #D4DCAE

Color information

#D4DCAE (or 0xD4DCAE) is unknown color: approx Orinoco. HEX triplet: D4, DC and AE. RGB value is (212,220,174). Sum of RGB (Red+Green+Blue) = 212+220+174=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCAE is #2B2351. Grayscale: #D4D4D4. Windows color (decimal): -2827090 or 11459796. OLE color: 11459796.

HSL color Cylindrical-coordinate representation of color #D4DCAE: hue angle of 70.43º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4DCAE is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB212220174-
CMYK0.0400.210.14
HSL70.43º39.66%77.25%-
HSV(B)70.43º20.91%86.27%-
XYZ60.3868.2450.03-
YUV212.36106.35127.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=34.98%
G=36.30%
B=28.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122201740.0400.210.1470.4339.6677.25
HexD4DCAE4015E46284d
Octal32433425640251610650115
Binary110101001101110010101110100010101111010001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCAE; }

 p { color: rgb(212,220,174); }

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

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

 a { background-color: rgb(212,220,174); }

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

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

 span { border-color: rgb(212,220,174); }

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