Html Css Color HEX #D7B68A Tan

📋 copy color: '#D7B68A'

red 215 ◦ green 182 ◦ blue 138

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

Shades of Tan #D7B68A

Tints of Tan #D7B68A

RGB

 RED value IS 215 (84.38% from 255) = 40.19%

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

 BLUE value IS 138 (54.3% from 255) = 25.79%

R = 40.19%
G = 34.02%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7B68A (or 0xD7B68A) is known color: Tan. HEX triplet: D7, B6 and 8A. RGB value is (215,182,138). Sum of RGB (Red+Green+Blue) = 215+182+138=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B68A is #284975. Grayscale: #BBBBBB. Windows color (decimal): -2640246 or 9090775. OLE color: 9090775.

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

Color convert

RGB 215 182 138 -
CMYK 0 0.15 0.36 0.16
HSL 34.29º 0.49% 0.69% -
HSV(B) 34.29º 0.36% 0.84% -
XYZ 49.34 49.74 31.04 -
YUV 186.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 215 182 138 0 0.15 0.36 0.16 34.29 0.49 0.69
Hex D7 B6 8A 0 F 24 10 22 31 45
Octal 327 266 212 0 17 44 20 42 61 105
Binary 11010111 10110110 10001010 0 1111 100100 10000 100010 110001 1000101

Color Harmonies of #D7B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B68A

Black with #D7B68A

Text Example


Text Example

White with #D7B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B68A; }

 p { color: rgb(215,182,138); }

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

background-color css

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

 a { background-color: rgb(215,182,138); }

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

border-color css

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

 span { border-color: rgb(215,182,138); }

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