#D4DDB6

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

Shades of Orinoco #D4DDB6

Tints of Orinoco #D4DDB6

Color information

#D4DDB6 (or 0xD4DDB6) is unknown color: approx Orinoco. HEX triplet: D4, DD and B6. RGB value is (212,221,182). Sum of RGB (Red+Green+Blue) = 212+221+182=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDB6 is #2B2249. Grayscale: #D6D6D6. Windows color (decimal): -2826826 or 11984340. OLE color: 11984340.

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

Color convert

RGB212221182-
CMYK0.0400.180.13
HSL73.85º36.45%79.02%-
HSV(B)73.85º17.65%86.67%-
XYZ61.4569.0954.35-
YUV213.86110.02126.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.47%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 182 (71.48% from 255) = 29.59%
R=34.47%
G=35.93%
B=29.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122211820.0400.180.1373.8536.4579.02
HexD4DDB64012D4a244f
Octal32433526640221511244117
Binary110101001101110110110110100010010110110010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDB6; }

 p { color: rgb(212,221,182); }

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

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

 a { background-color: rgb(212,221,182); }

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

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

 span { border-color: rgb(212,221,182); }

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