Html Css Color HEX #DEB68A Brandy

📋 copy color: '#DEB68A'

red 222 ◦ green 182 ◦ blue 138

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

Shades of Brandy #DEB68A

Tints of Brandy #DEB68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.58%

 BLUE value IS 138 (54.3% from 255) = 25.46%

R = 40.96%
G = 33.58%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DEB68A (or 0xDEB68A) is known color: Brandy. HEX triplet: DE, B6 and 8A. RGB value is (222,182,138). Sum of RGB (Red+Green+Blue) = 222+182+138=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB68A is #214975. Grayscale: #BDBDBD. Windows color (decimal): -2181494 or 9090782. OLE color: 9090782.

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

Color convert

RGB 222 182 138 -
CMYK 0 0.18 0.38 0.13
HSL 31.43º 0.56% 0.71% -
HSV(B) 31.43º 0.38% 0.87% -
XYZ 51.44 50.82 31.14 -
YUV 188.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 222 182 138 0 0.18 0.38 0.13 31.43 0.56 0.71
Hex DE B6 8A 0 12 26 D 1F 38 47
Octal 336 266 212 0 22 46 15 37 70 107
Binary 11011110 10110110 10001010 0 10010 100110 1101 11111 111000 1000111

Color Harmonies of #DEB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB68A

Black with #DEB68A

Text Example


Text Example

White with #DEB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB68A; }

 p { color: rgb(222,182,138); }

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

background-color css

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

 a { background-color: rgb(222,182,138); }

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

border-color css

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

 span { border-color: rgb(222,182,138); }

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