Html Css Color HEX #D5B492 Tan

📋 copy color: '#D5B492'

red 213 ◦ green 180 ◦ blue 146

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

Shades of Tan #D5B492

Tints of Tan #D5B492

RGB

 RED value IS 213 (83.59% from 255) = 39.52%

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

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 39.52%
G = 33.4%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5B492 (or 0xD5B492) is known color: Tan. HEX triplet: D5, B4 and 92. RGB value is (213,180,146). Sum of RGB (Red+Green+Blue) = 213+180+146=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B492 is #2A4B6D. Grayscale: #BABABA. Windows color (decimal): -2771822 or 9614549. OLE color: 9614549.

HSL color Cylindrical-coordinate representation of color #D5B492: hue angle of 30.45º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5B492 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 180 146 -
CMYK 0 0.15 0.31 0.16
HSL 30.45º 0.44% 0.7% -
HSV(B) 30.45º 0.31% 0.84% -
XYZ 48.95 48.86 34.05 -
YUV 185.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 213 180 146 0 0.15 0.31 0.16 30.45 0.44 0.7
Hex D5 B4 92 0 F 1F 10 1E 2C 46
Octal 325 264 222 0 17 37 20 36 54 106
Binary 11010101 10110100 10010010 0 1111 11111 10000 11110 101100 1000110

Color Harmonies of #D5B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B492

Black with #D5B492

Text Example


Text Example

White with #D5B492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B492; }

 p { color: rgb(213,180,146); }

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

background-color css

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

 a { background-color: rgb(213,180,146); }

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

border-color css

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

 span { border-color: rgb(213,180,146); }

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