Html Css Color HEX #DEB88D Brandy

📋 copy color: '#DEB88D'

red 222 ◦ green 184 ◦ blue 141

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

Shades of Brandy #DEB88D

Tints of Brandy #DEB88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 40.59%
G = 33.64%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEB88D (or 0xDEB88D) is known color: Brandy. HEX triplet: DE, B8 and 8D. RGB value is (222,184,141). Sum of RGB (Red+Green+Blue) = 222+184+141=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB88D is #214772. Grayscale: #BEBEBE. Windows color (decimal): -2180979 or 9287902. OLE color: 9287902.

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

Color convert

RGB 222 184 141 -
CMYK 0 0.17 0.36 0.13
HSL 31.85º 0.55% 0.71% -
HSV(B) 31.85º 0.36% 0.87% -
XYZ 52.07 51.73 32.44 -
YUV 190.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 222 184 141 0 0.17 0.36 0.13 31.85 0.55 0.71
Hex DE B8 8D 0 11 24 D 20 37 47
Octal 336 270 215 0 21 44 15 40 67 107
Binary 11011110 10111000 10001101 0 10001 100100 1101 100000 110111 1000111

Color Harmonies of #DEB88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB88D

Black with #DEB88D

Text Example


Text Example

White with #DEB88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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