Html Css Color HEX #D0B688 Tan

📋 copy color: '#D0B688'

red 208 ◦ green 182 ◦ blue 136

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

Shades of Tan #D0B688

Tints of Tan #D0B688

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.6%

 BLUE value IS 136 (53.52% from 255) = 25.86%

R = 39.54%
G = 34.6%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D0B688 (or 0xD0B688) is known color: Tan. HEX triplet: D0, B6 and 88. RGB value is (208,182,136). Sum of RGB (Red+Green+Blue) = 208+182+136=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B688 is #2F4977. Grayscale: #B8B8B8. Windows color (decimal): -3099000 or 8959696. OLE color: 8959696.

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

Color convert

RGB 208 182 136 -
CMYK 0 0.12 0.35 0.18
HSL 38.33º 0.43% 0.67% -
HSV(B) 38.33º 0.35% 0.82% -
XYZ 47.18 48.64 30.19 -
YUV 184.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 208 182 136 0 0.12 0.35 0.18 38.33 0.43 0.67
Hex D0 B6 88 0 C 23 12 26 2B 43
Octal 320 266 210 0 14 43 22 46 53 103
Binary 11010000 10110110 10001000 0 1100 100011 10010 100110 101011 1000011

Color Harmonies of #D0B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B688

Black with #D0B688

Text Example


Text Example

White with #D0B688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B688; }

 p { color: rgb(208,182,136); }

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

background-color css

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

 a { background-color: rgb(208,182,136); }

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

border-color css

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

 span { border-color: rgb(208,182,136); }

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