Html Css Color HEX #DBA82A Galliano

📋 copy color: '#DBA82A'

red 219 ◦ green 168 ◦ blue 42

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

Shades of Galliano #DBA82A

Tints of Galliano #DBA82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

 BLUE value IS 42 (16.8% from 255) = 9.79%

R = 51.05%
G = 39.16%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBA82A (or 0xDBA82A) is known color: Galliano. HEX triplet: DB, A8 and 2A. RGB value is (219,168,42). Sum of RGB (Red+Green+Blue) = 219+168+42=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA82A is #2457D5. Grayscale: #A9A9A9. Windows color (decimal): -2381782 or 2795739. OLE color: 2795739.

HSL color Cylindrical-coordinate representation of color #DBA82A: hue angle of 42.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBA82A is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 42 -
CMYK 0 0.23 0.81 0.14
HSL 42.71º 0.71% 0.51% -
HSV(B) 42.71º 0.81% 0.86% -
XYZ 43.63 43.23 8.24 -
YUV 168.89 56.4 163.75 -
System Red Green Blue C M Y K H S L
Decimal 219 168 42 0 0.23 0.81 0.14 42.71 0.71 0.51
Hex DB A8 2A 0 17 51 E 2B 47 33
Octal 333 250 52 0 27 121 16 53 107 63
Binary 11011011 10101000 101010 0 10111 1010001 1110 101011 1000111 110011

Color Harmonies of #DBA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA82A

Black with #DBA82A

Text Example


Text Example

White with #DBA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA82A; }

 p { color: rgb(219,168,42); }

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

background-color css

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

 a { background-color: rgb(219,168,42); }

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

border-color css

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

 span { border-color: rgb(219,168,42); }

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