Html Css Color HEX #D8B28B Brandy

📋 copy color: '#D8B28B'

red 216 ◦ green 178 ◦ blue 139

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

Shades of Brandy #D8B28B

Tints of Brandy #D8B28B

RGB

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

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

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

R = 40.53%
G = 33.4%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8B28B (or 0xD8B28B) is known color: Brandy. HEX triplet: D8, B2 and 8B. RGB value is (216,178,139). Sum of RGB (Red+Green+Blue) = 216+178+139=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B28B is #274D74. Grayscale: #B9B9B9. Windows color (decimal): -2575733 or 9155288. OLE color: 9155288.

HSL color Cylindrical-coordinate representation of color #D8B28B: 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.36%. Process color model (Four color, CMYK) of #D8B28B is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 139 -
CMYK 0 0.18 0.36 0.15
HSL 30.39º 0.5% 0.7% -
HSV(B) 30.39º 0.36% 0.85% -
XYZ 48.9 48.3 31.17 -
YUV 184.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 216 178 139 0 0.18 0.36 0.15 30.39 0.5 0.7
Hex D8 B2 8B 0 12 24 F 1E 32 46
Octal 330 262 213 0 22 44 17 36 62 106
Binary 11011000 10110010 10001011 0 10010 100100 1111 11110 110010 1000110

Color Harmonies of #D8B28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B28B

Black with #D8B28B

Text Example


Text Example

White with #D8B28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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