Html Css Color HEX #DEB288 Brandy

📋 copy color: '#DEB288'

red 222 ◦ green 178 ◦ blue 136

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

Shades of Brandy #DEB288

Tints of Brandy #DEB288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.37%

R = 41.42%
G = 33.21%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DEB288 (or 0xDEB288) is known color: Brandy. HEX triplet: DE, B2 and 88. RGB value is (222,178,136). Sum of RGB (Red+Green+Blue) = 222+178+136=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB288 is #214D77. Grayscale: #BABABA. Windows color (decimal): -2182520 or 8958686. OLE color: 8958686.

HSL color Cylindrical-coordinate representation of color #DEB288: hue angle of 29.3º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEB288 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 178 136 -
CMYK 0 0.20 0.39 0.13
HSL 29.3º 0.57% 0.7% -
HSV(B) 29.3º 0.39% 0.87% -
XYZ 50.49 49.15 30.12 -
YUV 186.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 222 178 136 0 0.20 0.39 0.13 29.3 0.57 0.7
Hex DE B2 88 0 14 27 D 1D 39 46
Octal 336 262 210 0 24 47 15 35 71 106
Binary 11011110 10110010 10001000 0 10100 100111 1101 11101 111001 1000110

Color Harmonies of #DEB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB288

Black with #DEB288

Text Example


Text Example

White with #DEB288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB288; }

 p { color: rgb(222,178,136); }

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

background-color css

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

 a { background-color: rgb(222,178,136); }

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

border-color css

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

 span { border-color: rgb(222,178,136); }

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