#DADAB3

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

Shades of Orinoco #DADAB3

Tints of Orinoco #DADAB3

Color information

#DADAB3 (or 0xDADAB3) is unknown color: approx Orinoco. HEX triplet: DA, DA and B3. RGB value is (218,218,179). Sum of RGB (Red+Green+Blue) = 218+218+179=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAB3 is #25254C. Grayscale: #D5D5D5. Windows color (decimal): -2434381 or 11786970. OLE color: 11786970.

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

Color convert

RGB218218179-
CMYK000.180.15
HSL60º34.51%77.84%-
HSV(B)60º17.89%85.49%-
XYZ62.1268.352.56-
YUV213.55108.5131.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 179 (70.31% from 255) = 29.11%
R=35.45%
G=35.45%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218179000.180.156034.5177.84
HexDADAB30012F3c234e
Octal3323322630022177443116
Binary110110101101101010110011001001011111111001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAB3; }

 p { color: rgb(218,218,179); }

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

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

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

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

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

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

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