#D2DCAC

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

Shades of Orinoco #D2DCAC

Tints of Orinoco #D2DCAC

Color information

#D2DCAC (or 0xD2DCAC) is unknown color: approx Orinoco. HEX triplet: D2, DC and AC. RGB value is (210,220,172). Sum of RGB (Red+Green+Blue) = 210+220+172=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DCAC is #2D2353. Grayscale: #D3D3D3. Windows color (decimal): -2958164 or 11328722. OLE color: 11328722.

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

Color convert

RGB210220172-
CMYK0.0500.220.14
HSL72.5º40.68%76.86%-
HSV(B)72.5º21.82%86.27%-
XYZ59.6267.8748.99-
YUV211.54105.69126.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=34.88%
G=36.54%
B=28.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201720.0500.220.1472.540.6876.86
HexD2DCAC5016E48294d
Octal32233425450261611051115
Binary110100101101110010101100101010110111010010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCAC; }

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

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

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

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

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

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

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

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