#D5DDB4

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

Shades of Orinoco #D5DDB4

Tints of Orinoco #D5DDB4

Color information

#D5DDB4 (or 0xD5DDB4) is unknown color: approx Orinoco. HEX triplet: D5, DD and B4. RGB value is (213,221,180). Sum of RGB (Red+Green+Blue) = 213+221+180=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDB4 is #2A224B. Grayscale: #D6D6D6. Windows color (decimal): -2761292 or 11853269. OLE color: 11853269.

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

Color convert

RGB213221180-
CMYK0.0400.190.13
HSL71.71º37.61%78.63%-
HSV(B)71.71º18.55%86.67%-
XYZ61.5469.1553.28-
YUV213.93108.85127.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=34.69%
G=35.99%
B=29.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211800.0400.190.1371.7137.6178.63
HexD5DDB44013D48264f
Octal32533526440231511046117
Binary110101011101110110110100100010011110110010001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDB4; }

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

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

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

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

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

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

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

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