Html Css Color HEX #D9B48B Brandy

📋 copy color: '#D9B48B'

red 217 ◦ green 180 ◦ blue 139

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

Shades of Brandy #D9B48B

Tints of Brandy #D9B48B

RGB

 RED value IS 217 (85.16% from 255) = 40.49%

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

 BLUE value IS 139 (54.69% from 255) = 25.93%

R = 40.49%
G = 33.58%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9B48B (or 0xD9B48B) is known color: Brandy. HEX triplet: D9, B4 and 8B. RGB value is (217,180,139). Sum of RGB (Red+Green+Blue) = 217+180+139=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B48B is #264B74. Grayscale: #BABABA. Windows color (decimal): -2509685 or 9155801. OLE color: 9155801.

HSL color Cylindrical-coordinate representation of color #D9B48B: hue angle of 31.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9B48B is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 180 139 -
CMYK 0 0.17 0.36 0.15
HSL 31.54º 0.51% 0.7% -
HSV(B) 31.54º 0.36% 0.85% -
XYZ 49.6 49.26 31.32 -
YUV 186.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 217 180 139 0 0.17 0.36 0.15 31.54 0.51 0.7
Hex D9 B4 8B 0 11 24 F 20 33 46
Octal 331 264 213 0 21 44 17 40 63 106
Binary 11011001 10110100 10001011 0 10001 100100 1111 100000 110011 1000110

Color Harmonies of #D9B48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B48B

Black with #D9B48B

Text Example


Text Example

White with #D9B48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B48B; }

 p { color: rgb(217,180,139); }

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

background-color css

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

 a { background-color: rgb(217,180,139); }

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

border-color css

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

 span { border-color: rgb(217,180,139); }

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