#DADBAC

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

Shades of Orinoco #DADBAC

Tints of Orinoco #DADBAC

Color information

#DADBAC (or 0xDADBAC) is unknown color: approx Orinoco. HEX triplet: DA, DB and AC. RGB value is (218,219,172). Sum of RGB (Red+Green+Blue) = 218+219+172=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADBAC is #252453. Grayscale: #D5D5D5. Windows color (decimal): -2434132 or 11328474. OLE color: 11328474.

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

Color convert

RGB218219172-
CMYK0.0000.210.14
HSL61.28º39.5%76.67%-
HSV(B)61.28º21.46%85.88%-
XYZ61.6968.5549.01-
YUV213.34104.67131.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.80%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=35.80%
G=35.96%
B=28.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191720.0000.210.1461.2839.576.67
HexDADBAC0015E3d274d
Octal3323332540025167547115
Binary110110101101101110101100001010111101111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBAC; }

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

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

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

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

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

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

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

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