Html Css Color HEX #D0B390 Tan

📋 copy color: '#D0B390'

red 208 ◦ green 179 ◦ blue 144

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

Shades of Tan #D0B390

Tints of Tan #D0B390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.71%

 BLUE value IS 144 (56.64% from 255) = 27.12%

R = 39.17%
G = 33.71%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0B390 (or 0xD0B390) is known color: Tan. HEX triplet: D0, B3 and 90. RGB value is (208,179,144). Sum of RGB (Red+Green+Blue) = 208+179+144=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B390 is #2F4C6F. Grayscale: #B7B7B7. Windows color (decimal): -3099760 or 9483216. OLE color: 9483216.

HSL color Cylindrical-coordinate representation of color #D0B390: hue angle of 32.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0B390 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 179 144 -
CMYK 0 0.14 0.31 0.18
HSL 32.81º 0.41% 0.69% -
HSV(B) 32.81º 0.31% 0.82% -
XYZ 47.17 47.66 33.1 -
YUV 183.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 208 179 144 0 0.14 0.31 0.18 32.81 0.41 0.69
Hex D0 B3 90 0 E 1F 12 21 29 45
Octal 320 263 220 0 16 37 22 41 51 105
Binary 11010000 10110011 10010000 0 1110 11111 10010 100001 101001 1000101

Color Harmonies of #D0B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B390

Black with #D0B390

Text Example


Text Example

White with #D0B390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B390; }

 p { color: rgb(208,179,144); }

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

background-color css

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

 a { background-color: rgb(208,179,144); }

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

border-color css

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

 span { border-color: rgb(208,179,144); }

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