Html Css Color HEX #DEB88B Brandy

📋 copy color: '#DEB88B'

red 222 ◦ green 184 ◦ blue 139

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

Shades of Brandy #DEB88B

Tints of Brandy #DEB88B

RGB

 RED value IS 222 (87.11% from 255) = 40.73%

 GREEN value IS 184 (72.27% from 255) = 33.76%

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

R = 40.73%
G = 33.76%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DEB88B (or 0xDEB88B) is known color: Brandy. HEX triplet: DE, B8 and 8B. RGB value is (222,184,139). Sum of RGB (Red+Green+Blue) = 222+184+139=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB88B is #214774. Grayscale: #BEBEBE. Windows color (decimal): -2180981 or 9156830. OLE color: 9156830.

HSL color Cylindrical-coordinate representation of color #DEB88B: hue angle of 32.53º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEB88B is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 184 139 -
CMYK 0 0.17 0.37 0.13
HSL 32.53º 0.56% 0.71% -
HSV(B) 32.53º 0.37% 0.87% -
XYZ 51.92 51.67 31.66 -
YUV 190.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 222 184 139 0 0.17 0.37 0.13 32.53 0.56 0.71
Hex DE B8 8B 0 11 25 D 21 38 47
Octal 336 270 213 0 21 45 15 41 70 107
Binary 11011110 10111000 10001011 0 10001 100101 1101 100001 111000 1000111

Color Harmonies of #DEB88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB88B

Black with #DEB88B

Text Example


Text Example

White with #DEB88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB88B; }

 p { color: rgb(222,184,139); }

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

background-color css

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

 a { background-color: rgb(222,184,139); }

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

border-color css

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

 span { border-color: rgb(222,184,139); }

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