Html Css Color HEX #D7B48F Brandy

📋 copy color: '#D7B48F'

red 215 ◦ green 180 ◦ blue 143

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

Shades of Brandy #D7B48F

Tints of Brandy #D7B48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.58%

R = 39.96%
G = 33.46%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7B48F (or 0xD7B48F) is known color: Brandy. HEX triplet: D7, B4 and 8F. RGB value is (215,180,143). Sum of RGB (Red+Green+Blue) = 215+180+143=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B48F is #284B70. Grayscale: #BABABA. Windows color (decimal): -2640753 or 9417943. OLE color: 9417943.

HSL color Cylindrical-coordinate representation of color #D7B48F: hue angle of 30.83º degrees, saturation: 0.47, 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 #D7B48F is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 180 143 -
CMYK 0 0.16 0.33 0.16
HSL 30.83º 0.47% 0.7% -
HSV(B) 30.83º 0.33% 0.84% -
XYZ 49.3 49.07 32.86 -
YUV 186.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 215 180 143 0 0.16 0.33 0.16 30.83 0.47 0.7
Hex D7 B4 8F 0 10 21 10 1F 2F 46
Octal 327 264 217 0 20 41 20 37 57 106
Binary 11010111 10110100 10001111 0 10000 100001 10000 11111 101111 1000110

Color Harmonies of #D7B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B48F

Black with #D7B48F

Text Example


Text Example

White with #D7B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B48F; }

 p { color: rgb(215,180,143); }

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

background-color css

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

 a { background-color: rgb(215,180,143); }

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

border-color css

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

 span { border-color: rgb(215,180,143); }

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