Html Css Color HEX #DBA72A Galliano

📋 copy color: '#DBA72A'

red 219 ◦ green 167 ◦ blue 42

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

Shades of Galliano #DBA72A

Tints of Galliano #DBA72A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

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

R = 51.17%
G = 39.02%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBA72A (or 0xDBA72A) is known color: Galliano. HEX triplet: DB, A7 and 2A. RGB value is (219,167,42). Sum of RGB (Red+Green+Blue) = 219+167+42=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA72A is #2458D5. Grayscale: #A8A8A8. Windows color (decimal): -2382038 or 2795483. OLE color: 2795483.

HSL color Cylindrical-coordinate representation of color #DBA72A: hue angle of 42.37º 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 #DBA72A is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 167 42 -
CMYK 0 0.24 0.81 0.14
HSL 42.37º 0.71% 0.51% -
HSV(B) 42.37º 0.81% 0.86% -
XYZ 43.45 42.86 8.17 -
YUV 168.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 219 167 42 0 0.24 0.81 0.14 42.37 0.71 0.51
Hex DB A7 2A 0 18 51 E 2A 47 33
Octal 333 247 52 0 30 121 16 52 107 63
Binary 11011011 10100111 101010 0 11000 1010001 1110 101010 1000111 110011

Color Harmonies of #DBA72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA72A

Black with #DBA72A

Text Example


Text Example

White with #DBA72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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