#DADBB4

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

Shades of Orinoco #DADBB4

Tints of Orinoco #DADBB4

Color information

#DADBB4 (or 0xDADBB4) is unknown color: approx Orinoco. HEX triplet: DA, DB and B4. RGB value is (218,219,180). Sum of RGB (Red+Green+Blue) = 218+219+180=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBB4 is #25244B. Grayscale: #D6D6D6. Windows color (decimal): -2434124 or 11852762. OLE color: 11852762.

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

Color convert

RGB218219180-
CMYK0.0000.180.14
HSL61.54º35.14%78.24%-
HSV(B)61.54º17.81%85.88%-
XYZ62.4868.8653.18-
YUV214.26108.67130.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 180 (70.70% from 255) = 29.17%
R=35.33%
G=35.49%
B=29.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191800.0000.180.1461.5435.1478.24
HexDADBB40012E3e234e
Octal3323332640022167643116
Binary110110101101101110110100001001011101111101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBB4; }

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

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

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

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

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

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

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

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