#D2DCAE

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

Shades of Orinoco #D2DCAE

Tints of Orinoco #D2DCAE

Color information

#D2DCAE (or 0xD2DCAE) is unknown color: approx Orinoco. HEX triplet: D2, DC and AE. RGB value is (210,220,174). Sum of RGB (Red+Green+Blue) = 210+220+174=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DCAE is #2D2351. Grayscale: #D3D3D3. Windows color (decimal): -2958162 or 11459794. OLE color: 11459794.

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

Color convert

RGB210220174-
CMYK0.0500.210.14
HSL73.04º39.66%77.25%-
HSV(B)73.04º20.91%86.27%-
XYZ59.8167.9450.01-
YUV211.77106.69126.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=34.77%
G=36.42%
B=28.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201740.0500.210.1473.0439.6677.25
HexD2DCAE5015E49284d
Octal32233425650251611150115
Binary110100101101110010101110101010101111010010011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCAE; }

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

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

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

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

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

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

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

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