Html Css Color HEX #DBA72D Galliano

📋 copy color: '#DBA72D'

red 219 ◦ green 167 ◦ blue 45

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

Shades of Galliano #DBA72D

Tints of Galliano #DBA72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 50.81%
G = 38.75%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA72D (or 0xDBA72D) is known color: Galliano. HEX triplet: DB, A7 and 2D. RGB value is (219,167,45). Sum of RGB (Red+Green+Blue) = 219+167+45=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA72D is #2458D2. Grayscale: #A9A9A9. Windows color (decimal): -2382035 or 2992091. OLE color: 2992091.

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

Color convert

RGB 219 167 45 -
CMYK 0 0.24 0.79 0.14
HSL 42.07º 0.71% 0.52% -
HSV(B) 42.07º 0.79% 0.86% -
XYZ 43.51 42.89 8.47 -
YUV 168.64 58.23 163.92 -
System Red Green Blue C M Y K H S L
Decimal 219 167 45 0 0.24 0.79 0.14 42.07 0.71 0.52
Hex DB A7 2D 0 18 4F E 2A 47 34
Octal 333 247 55 0 30 117 16 52 107 64
Binary 11011011 10100111 101101 0 11000 1001111 1110 101010 1000111 110100

Color Harmonies of #DBA72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA72D

Black with #DBA72D

Text Example


Text Example

White with #DBA72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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