Html Css Color HEX #DABC9F Bone

📋 copy color: '#DABC9F'

red 218 ◦ green 188 ◦ blue 159

#DABC9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bone #DABC9F

Tints of Bone #DABC9F

RGB

 RED value IS 218 (85.55% from 255) = 38.58%

 GREEN value IS 188 (73.83% from 255) = 33.27%

 BLUE value IS 159 (62.5% from 255) = 28.14%

R = 38.58%
G = 33.27%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DABC9F (or 0xDABC9F) is known color: Bone. HEX triplet: DA, BC and 9F. RGB value is (218,188,159). Sum of RGB (Red+Green+Blue) = 218+188+159=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC9F is #254360. Grayscale: #C1C1C1. Windows color (decimal): -2442081 or 10468570. OLE color: 10468570.

HSL color Cylindrical-coordinate representation of color #DABC9F: hue angle of 29.49º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DABC9F is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 159 -
CMYK 0 0.14 0.27 0.15
HSL 29.49º 0.44% 0.74% -
HSV(B) 29.49º 0.27% 0.85% -
XYZ 53.15 53.38 40.3 -
YUV 193.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 218 188 159 0 0.14 0.27 0.15 29.49 0.44 0.74
Hex DA BC 9F 0 E 1B F 1D 2C 4A
Octal 332 274 237 0 16 33 17 35 54 112
Binary 11011010 10111100 10011111 0 1110 11011 1111 11101 101100 1001010

Color Harmonies of #DABC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC9F

Black with #DABC9F

Text Example


Text Example

White with #DABC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC9F; }

 p { color: rgb(218,188,159); }

 H1.HeaderClassName
 {
   color: #DABC9F;
 }
 .AnyTagClassName
 {
   color: #DABC9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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