#DADAAB

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

Shades of Orinoco #DADAAB

Tints of Orinoco #DADAAB

Color information

#DADAAB (or 0xDADAAB) is unknown color: approx Orinoco. HEX triplet: DA, DA and AB. RGB value is (218,218,171). Sum of RGB (Red+Green+Blue) = 218+218+171=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAAB is #252554. Grayscale: #D4D4D4. Windows color (decimal): -2434389 or 11262682. OLE color: 11262682.

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

Color convert

RGB218218171-
CMYK000.220.15
HSL60º38.84%76.27%-
HSV(B)60º21.56%85.49%-
XYZ61.3467.9948.42-
YUV212.64104.5131.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=35.91%
G=35.91%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218171000.220.156038.8476.27
HexDADAAB0016F3c274c
Octal3323322530026177447114
Binary110110101101101010101011001011011111111001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAAB; }

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

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

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

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

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

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

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

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