Html Css Color HEX #D8B28C Brandy

📋 copy color: '#D8B28C'

red 216 ◦ green 178 ◦ blue 140

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

Shades of Brandy #D8B28C

Tints of Brandy #D8B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.33%

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

R = 40.45%
G = 33.33%
B = 26.22%

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

#D8B28C (or 0xD8B28C) is known color: Brandy. HEX triplet: D8, B2 and 8C. RGB value is (216,178,140). Sum of RGB (Red+Green+Blue) = 216+178+140=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B28C is #274D73. Grayscale: #B9B9B9. Windows color (decimal): -2575732 or 9220824. OLE color: 9220824.

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

Color convert

RGB 216 178 140 -
CMYK 0 0.18 0.35 0.15
HSL 30º 0.49% 0.7% -
HSV(B) 30º 0.35% 0.85% -
XYZ 48.97 48.33 31.56 -
YUV 185.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 216 178 140 0 0.18 0.35 0.15 30 0.49 0.7
Hex D8 B2 8C 0 12 23 F 1E 31 46
Octal 330 262 214 0 22 43 17 36 61 106
Binary 11011000 10110010 10001100 0 10010 100011 1111 11110 110001 1000110

Color Harmonies of #D8B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B28C

Black with #D8B28C

Text Example


Text Example

White with #D8B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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