Html Css Color HEX #D8AF8F Brandy

📋 copy color: '#D8AF8F'

red 216 ◦ green 175 ◦ blue 143

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

Shades of Brandy #D8AF8F

Tints of Brandy #D8AF8F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.77%

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

R = 40.45%
G = 32.77%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8AF8F (or 0xD8AF8F) is known color: Brandy. HEX triplet: D8, AF and 8F. RGB value is (216,175,143). Sum of RGB (Red+Green+Blue) = 216+175+143=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF8F is #275070. Grayscale: #B7B7B7. Windows color (decimal): -2576497 or 9416664. OLE color: 9416664.

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

Color convert

RGB 216 175 143 -
CMYK 0 0.19 0.34 0.15
HSL 26.3º 0.48% 0.7% -
HSV(B) 26.3º 0.34% 0.85% -
XYZ 48.61 47.24 32.54 -
YUV 183.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 216 175 143 0 0.19 0.34 0.15 26.3 0.48 0.7
Hex D8 AF 8F 0 13 22 F 1A 30 46
Octal 330 257 217 0 23 42 17 32 60 106
Binary 11011000 10101111 10001111 0 10011 100010 1111 11010 110000 1000110

Color Harmonies of #D8AF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF8F

Black with #D8AF8F

Text Example


Text Example

White with #D8AF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF8F; }

 p { color: rgb(216,175,143); }

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

background-color css

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

 a { background-color: rgb(216,175,143); }

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

border-color css

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

 span { border-color: rgb(216,175,143); }

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