Html Css Color HEX #DEB18C Brandy

📋 copy color: '#DEB18C'

red 222 ◦ green 177 ◦ blue 140

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

Shades of Brandy #DEB18C

Tints of Brandy #DEB18C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.84%

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

R = 41.19%
G = 32.84%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DEB18C (or 0xDEB18C) is known color: Brandy. HEX triplet: DE, B1 and 8C. RGB value is (222,177,140). Sum of RGB (Red+Green+Blue) = 222+177+140=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB18C is #214E73. Grayscale: #BABABA. Windows color (decimal): -2182772 or 9220574. OLE color: 9220574.

HSL color Cylindrical-coordinate representation of color #DEB18C: hue angle of 27.07º degrees, saturation: 0.55, 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 #DEB18C is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 177 140 -
CMYK 0 0.20 0.37 0.13
HSL 27.07º 0.55% 0.71% -
HSV(B) 27.07º 0.37% 0.87% -
XYZ 50.58 48.87 31.58 -
YUV 186.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 222 177 140 0 0.20 0.37 0.13 27.07 0.55 0.71
Hex DE B1 8C 0 14 25 D 1B 37 47
Octal 336 261 214 0 24 45 15 33 67 107
Binary 11011110 10110001 10001100 0 10100 100101 1101 11011 110111 1000111

Color Harmonies of #DEB18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB18C

Black with #DEB18C

Text Example


Text Example

White with #DEB18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB18C; }

 p { color: rgb(222,177,140); }

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

background-color css

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

 a { background-color: rgb(222,177,140); }

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

border-color css

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

 span { border-color: rgb(222,177,140); }

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