Html Css Color HEX #DBA723 Galliano

📋 copy color: '#DBA723'

red 219 ◦ green 167 ◦ blue 35

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

Shades of Galliano #DBA723

Tints of Galliano #DBA723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.31%

R = 52.02%
G = 39.67%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBA723 (or 0xDBA723) is known color: Galliano. HEX triplet: DB, A7 and 23. RGB value is (219,167,35). Sum of RGB (Red+Green+Blue) = 219+167+35=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA723 is #2458DC. Grayscale: #A8A8A8. Windows color (decimal): -2382045 or 2336731. OLE color: 2336731.

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

Color convert

RGB 219 167 35 -
CMYK 0 0.24 0.84 0.14
HSL 43.04º 0.72% 0.5% -
HSV(B) 43.04º 0.84% 0.86% -
XYZ 43.34 42.82 7.57 -
YUV 167.5 53.23 164.73 -
System Red Green Blue C M Y K H S L
Decimal 219 167 35 0 0.24 0.84 0.14 43.04 0.72 0.5
Hex DB A7 23 0 18 54 E 2B 48 32
Octal 333 247 43 0 30 124 16 53 110 62
Binary 11011011 10100111 100011 0 11000 1010100 1110 101011 1001000 110010

Color Harmonies of #DBA723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA723

Black with #DBA723

Text Example


Text Example

White with #DBA723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA723; }

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

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

background-color css

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

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

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

border-color css

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

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

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