Html Css Color HEX #D8B38C Brandy

📋 copy color: '#D8B38C'

red 216 ◦ green 179 ◦ blue 140

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

Shades of Brandy #D8B38C

Tints of Brandy #D8B38C

RGB

 RED value IS 216 (84.77% from 255) = 40.37%

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

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

R = 40.37%
G = 33.46%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8B38C (or 0xD8B38C) is known color: Brandy. HEX triplet: D8, B3 and 8C. RGB value is (216,179,140). Sum of RGB (Red+Green+Blue) = 216+179+140=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B38C is #274C73. Grayscale: #B9B9B9. Windows color (decimal): -2575476 or 9221080. OLE color: 9221080.

HSL color Cylindrical-coordinate representation of color #D8B38C: hue angle of 30.79º degrees, saturation: 0.49, 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 #D8B38C is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 140 -
CMYK 0 0.17 0.35 0.15
HSL 30.79º 0.49% 0.7% -
HSV(B) 30.79º 0.35% 0.85% -
XYZ 49.17 48.73 31.63 -
YUV 185.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 216 179 140 0 0.17 0.35 0.15 30.79 0.49 0.7
Hex D8 B3 8C 0 11 23 F 1F 31 46
Octal 330 263 214 0 21 43 17 37 61 106
Binary 11011000 10110011 10001100 0 10001 100011 1111 11111 110001 1000110

Color Harmonies of #D8B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B38C

Black with #D8B38C

Text Example


Text Example

White with #D8B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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