#D5DABC

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

Shades of Orinoco #D5DABC

Tints of Orinoco #D5DABC

Color information

#D5DABC (or 0xD5DABC) is unknown color: approx Orinoco. HEX triplet: D5, DA and BC. RGB value is (213,218,188). Sum of RGB (Red+Green+Blue) = 213+218+188=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DABC is #2A2543. Grayscale: #D5D5D5. Windows color (decimal): -2762052 or 12376789. OLE color: 12376789.

HSL color Cylindrical-coordinate representation of color #D5DABC: hue angle of 70º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5DABC is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB213218188-
CMYK0.0200.140.15
HSL70º28.85%79.61%-
HSV(B)70º13.76%85.49%-
XYZ61.5967.9257.44-
YUV213.08113.84127.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=34.41%
G=35.22%
B=30.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132181880.0200.140.157028.8579.61
HexD5DABC20EF461d50
Octal32533227420161710635120
Binary110101011101101010111100100111011111000110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DABC; }

 p { color: rgb(213,218,188); }

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

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

 a { background-color: rgb(213,218,188); }

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

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

 span { border-color: rgb(213,218,188); }

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