#D5DDAC

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

Shades of Orinoco #D5DDAC

Tints of Orinoco #D5DDAC

Color information

#D5DDAC (or 0xD5DDAC) is unknown color: approx Orinoco. HEX triplet: D5, DD and AC. RGB value is (213,221,172). Sum of RGB (Red+Green+Blue) = 213+221+172=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DDAC is #2A2253. Grayscale: #D5D5D5. Windows color (decimal): -2761300 or 11328981. OLE color: 11328981.

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

Color convert

RGB213221172-
CMYK0.0400.220.13
HSL69.8º41.88%77.06%-
HSV(B)69.8º22.17%86.67%-
XYZ60.7468.8449.12-
YUV213.02104.85127.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=35.15%
G=36.47%
B=28.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211720.0400.220.1369.841.8877.06
HexD5DDAC4016D462a4d
Octal32533525440261510652115
Binary110101011101110110101100100010110110110001101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDAC; }

 p { color: rgb(213,221,172); }

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

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

 a { background-color: rgb(213,221,172); }

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

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

 span { border-color: rgb(213,221,172); }

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