#DADBB5

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

Shades of Orinoco #DADBB5

Tints of Orinoco #DADBB5

Color information

#DADBB5 (or 0xDADBB5) is unknown color: approx Orinoco. HEX triplet: DA, DB and B5. RGB value is (218,219,181). Sum of RGB (Red+Green+Blue) = 218+219+181=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBB5 is #25244A. Grayscale: #D6D6D6. Windows color (decimal): -2434123 or 11918298. OLE color: 11918298.

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

Color convert

RGB218219181-
CMYK0.0000.170.14
HSL61.58º34.55%78.43%-
HSV(B)61.58º17.35%85.88%-
XYZ62.5968.953.72-
YUV214.37109.17130.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=35.28%
G=35.44%
B=29.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191810.0000.170.1461.5834.5578.43
HexDADBB50011E3e234e
Octal3323332650021167643116
Binary110110101101101110110101001000111101111101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBB5; }

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

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

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

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

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

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

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

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