#DADBB7

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

Shades of Orinoco #DADBB7

Tints of Orinoco #DADBB7

Color information

#DADBB7 (or 0xDADBB7) is unknown color: approx Orinoco. HEX triplet: DA, DB and B7. RGB value is (218,219,183). Sum of RGB (Red+Green+Blue) = 218+219+183=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBB7 is #252448. Grayscale: #D6D6D6. Windows color (decimal): -2434121 or 12049370. OLE color: 12049370.

HSL color Cylindrical-coordinate representation of color #DADBB7: hue angle of 61.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DADBB7 is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB218219183-
CMYK0.0000.160.14
HSL61.67º33.33%78.82%-
HSV(B)61.67º16.44%85.88%-
XYZ62.7968.9954.81-
YUV214.6110.17130.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 183 (71.88% from 255) = 29.52%
R=35.16%
G=35.32%
B=29.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191830.0000.160.1461.6733.3378.82
HexDADBB70010E3e214f
Octal3323332670020167641117
Binary110110101101101110110111001000011101111101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBB7; }

 p { color: rgb(218,219,183); }

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

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

 a { background-color: rgb(218,219,183); }

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

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

 span { border-color: rgb(218,219,183); }

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