Html Css Color HEX #D4BF93 Tan

📋 copy color: '#D4BF93'

red 212 ◦ green 191 ◦ blue 147

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

Shades of Tan #D4BF93

Tints of Tan #D4BF93

RGB

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

 GREEN value IS 191 (75% from 255) = 34.73%

 BLUE value IS 147 (57.81% from 255) = 26.73%

R = 38.55%
G = 34.73%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D4BF93 (or 0xD4BF93) is known color: Tan. HEX triplet: D4, BF and 93. RGB value is (212,191,147). Sum of RGB (Red+Green+Blue) = 212+191+147=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF93 is #2B406C. Grayscale: #C0C0C0. Windows color (decimal): -2834541 or 9682900. OLE color: 9682900.

HSL color Cylindrical-coordinate representation of color #D4BF93: hue angle of 40.62º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4BF93 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 191 147 -
CMYK 0 0.10 0.31 0.17
HSL 40.62º 0.43% 0.7% -
HSV(B) 40.62º 0.31% 0.83% -
XYZ 51.05 53.37 35.21 -
YUV 192.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 212 191 147 0 0.10 0.31 0.17 40.62 0.43 0.7
Hex D4 BF 93 0 A 1F 11 29 2B 46
Octal 324 277 223 0 12 37 21 51 53 106
Binary 11010100 10111111 10010011 0 1010 11111 10001 101001 101011 1000110

Color Harmonies of #D4BF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF93

Black with #D4BF93

Text Example


Text Example

White with #D4BF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF93; }

 p { color: rgb(212,191,147); }

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

background-color css

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

 a { background-color: rgb(212,191,147); }

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

border-color css

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

 span { border-color: rgb(212,191,147); }

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