Html Css Color HEX #D0B489 Tan

📋 copy color: '#D0B489'

red 208 ◦ green 180 ◦ blue 137

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

Shades of Tan #D0B489

Tints of Tan #D0B489

RGB

 RED value IS 208 (81.64% from 255) = 39.62%

 GREEN value IS 180 (70.7% from 255) = 34.29%

 BLUE value IS 137 (53.91% from 255) = 26.1%

R = 39.62%
G = 34.29%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0B489 (or 0xD0B489) is known color: Tan. HEX triplet: D0, B4 and 89. RGB value is (208,180,137). Sum of RGB (Red+Green+Blue) = 208+180+137=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B489 is #2F4B76. Grayscale: #B7B7B7. Windows color (decimal): -3099511 or 9024720. OLE color: 9024720.

HSL color Cylindrical-coordinate representation of color #D0B489: hue angle of 36.34º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0B489 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 180 137 -
CMYK 0 0.13 0.34 0.18
HSL 36.34º 0.43% 0.68% -
HSV(B) 36.34º 0.34% 0.82% -
XYZ 46.85 47.86 30.44 -
YUV 183.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 208 180 137 0 0.13 0.34 0.18 36.34 0.43 0.68
Hex D0 B4 89 0 D 22 12 24 2B 44
Octal 320 264 211 0 15 42 22 44 53 104
Binary 11010000 10110100 10001001 0 1101 100010 10010 100100 101011 1000100

Color Harmonies of #D0B489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B489

Black with #D0B489

Text Example


Text Example

White with #D0B489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B489; }

 p { color: rgb(208,180,137); }

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

background-color css

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

 a { background-color: rgb(208,180,137); }

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

border-color css

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

 span { border-color: rgb(208,180,137); }

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