Html Css Color HEX #D9B38C Brandy

📋 copy color: '#D9B38C'

red 217 ◦ green 179 ◦ blue 140

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

Shades of Brandy #D9B38C

Tints of Brandy #D9B38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.4%

 BLUE value IS 140 (55.08% from 255) = 26.12%

R = 40.49%
G = 33.4%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9B38C (or 0xD9B38C) is known color: Brandy. HEX triplet: D9, B3 and 8C. RGB value is (217,179,140). Sum of RGB (Red+Green+Blue) = 217+179+140=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B38C is #264C73. Grayscale: #BABABA. Windows color (decimal): -2509940 or 9221081. OLE color: 9221081.

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

Color convert

RGB 217 179 140 -
CMYK 0 0.18 0.35 0.15
HSL 30.39º 0.5% 0.7% -
HSV(B) 30.39º 0.35% 0.85% -
XYZ 49.47 48.89 31.64 -
YUV 185.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 217 179 140 0 0.18 0.35 0.15 30.39 0.5 0.7
Hex D9 B3 8C 0 12 23 F 1E 32 46
Octal 331 263 214 0 22 43 17 36 62 106
Binary 11011001 10110011 10001100 0 10010 100011 1111 11110 110010 1000110

Color Harmonies of #D9B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B38C

Black with #D9B38C

Text Example


Text Example

White with #D9B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B38C; }

 p { color: rgb(217,179,140); }

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

background-color css

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

 a { background-color: rgb(217,179,140); }

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

border-color css

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

 span { border-color: rgb(217,179,140); }

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