Html Css Color HEX #DBB68A Brandy

📋 copy color: '#DBB68A'

red 219 ◦ green 182 ◦ blue 138

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

Shades of Brandy #DBB68A

Tints of Brandy #DBB68A

RGB

 RED value IS 219 (85.94% from 255) = 40.63%

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

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

R = 40.63%
G = 33.77%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBB68A (or 0xDBB68A) is known color: Brandy. HEX triplet: DB, B6 and 8A. RGB value is (219,182,138). Sum of RGB (Red+Green+Blue) = 219+182+138=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB68A is #244975. Grayscale: #BCBCBC. Windows color (decimal): -2378102 or 9090779. OLE color: 9090779.

HSL color Cylindrical-coordinate representation of color #DBB68A: hue angle of 32.59º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBB68A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 138 -
CMYK 0 0.17 0.37 0.14
HSL 32.59º 0.53% 0.7% -
HSV(B) 32.59º 0.37% 0.86% -
XYZ 50.53 50.35 31.1 -
YUV 188.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 219 182 138 0 0.17 0.37 0.14 32.59 0.53 0.7
Hex DB B6 8A 0 11 25 E 21 35 46
Octal 333 266 212 0 21 45 16 41 65 106
Binary 11011011 10110110 10001010 0 10001 100101 1110 100001 110101 1000110

Color Harmonies of #DBB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB68A

Black with #DBB68A

Text Example


Text Example

White with #DBB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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