Html Css Color HEX #D4B08B Tan

📋 copy color: '#D4B08B'

red 212 ◦ green 176 ◦ blue 139

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

Shades of Tan #D4B08B

Tints of Tan #D4B08B

RGB

 RED value IS 212 (83.2% from 255) = 40.23%

 GREEN value IS 176 (69.14% from 255) = 33.4%

 BLUE value IS 139 (54.69% from 255) = 26.38%

R = 40.23%
G = 33.4%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4B08B (or 0xD4B08B) is known color: Tan. HEX triplet: D4, B0 and 8B. RGB value is (212,176,139). Sum of RGB (Red+Green+Blue) = 212+176+139=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B08B is #2B4F74. Grayscale: #B6B6B6. Windows color (decimal): -2838389 or 9154772. OLE color: 9154772.

HSL color Cylindrical-coordinate representation of color #D4B08B: hue angle of 30.41º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4B08B is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 176 139 -
CMYK 0 0.17 0.34 0.17
HSL 30.41º 0.46% 0.69% -
HSV(B) 30.41º 0.34% 0.83% -
XYZ 47.34 46.91 30.99 -
YUV 182.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 212 176 139 0 0.17 0.34 0.17 30.41 0.46 0.69
Hex D4 B0 8B 0 11 22 11 1E 2E 45
Octal 324 260 213 0 21 42 21 36 56 105
Binary 11010100 10110000 10001011 0 10001 100010 10001 11110 101110 1000101

Color Harmonies of #D4B08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B08B

Black with #D4B08B

Text Example


Text Example

White with #D4B08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B08B; }

 p { color: rgb(212,176,139); }

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

background-color css

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

 a { background-color: rgb(212,176,139); }

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

border-color css

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

 span { border-color: rgb(212,176,139); }

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