Html Css Color HEX #DAB985 Burly Wood

📋 copy color: '#DAB985'

red 218 ◦ green 185 ◦ blue 133

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

Shades of Burly Wood #DAB985

Tints of Burly Wood #DAB985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.51%

 BLUE value IS 133 (52.34% from 255) = 24.81%

R = 40.67%
G = 34.51%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAB985 (or 0xDAB985) is known color: Burly Wood. HEX triplet: DA, B9 and 85. RGB value is (218,185,133). Sum of RGB (Red+Green+Blue) = 218+185+133=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB985 is #25467A. Grayscale: #BDBDBD. Windows color (decimal): -2442875 or 8763866. OLE color: 8763866.

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

Color convert

RGB 218 185 133 -
CMYK 0 0.15 0.39 0.15
HSL 36.71º 0.53% 0.69% -
HSV(B) 36.71º 0.39% 0.85% -
XYZ 50.5 51.3 29.43 -
YUV 188.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 218 185 133 0 0.15 0.39 0.15 36.71 0.53 0.69
Hex DA B9 85 0 F 27 F 25 35 45
Octal 332 271 205 0 17 47 17 45 65 105
Binary 11011010 10111001 10000101 0 1111 100111 1111 100101 110101 1000101

Color Harmonies of #DAB985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB985

Black with #DAB985

Text Example


Text Example

White with #DAB985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB985; }

 p { color: rgb(218,185,133); }

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

background-color css

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

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

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

border-color css

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

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

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