Html Css Color HEX #D6BC90 Tan

📋 copy color: '#D6BC90'

red 214 ◦ green 188 ◦ blue 144

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

Shades of Tan #D6BC90

Tints of Tan #D6BC90

RGB

 RED value IS 214 (83.98% from 255) = 39.19%

 GREEN value IS 188 (73.83% from 255) = 34.43%

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

R = 39.19%
G = 34.43%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6BC90 (or 0xD6BC90) is known color: Tan. HEX triplet: D6, BC and 90. RGB value is (214,188,144). Sum of RGB (Red+Green+Blue) = 214+188+144=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BC90 is #29436F. Grayscale: #BEBEBE. Windows color (decimal): -2704240 or 9485526. OLE color: 9485526.

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

Color convert

RGB 214 188 144 -
CMYK 0 0.12 0.33 0.16
HSL 37.71º 0.46% 0.7% -
HSV(B) 37.71º 0.33% 0.84% -
XYZ 50.75 52.28 33.8 -
YUV 190.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 214 188 144 0 0.12 0.33 0.16 37.71 0.46 0.7
Hex D6 BC 90 0 C 21 10 26 2E 46
Octal 326 274 220 0 14 41 20 46 56 106
Binary 11010110 10111100 10010000 0 1100 100001 10000 100110 101110 1000110

Color Harmonies of #D6BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC90

Black with #D6BC90

Text Example


Text Example

White with #D6BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC90; }

 p { color: rgb(214,188,144); }

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

background-color css

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

 a { background-color: rgb(214,188,144); }

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

border-color css

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

 span { border-color: rgb(214,188,144); }

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