Html Css Color HEX #DBA127 Galliano

📋 copy color: '#DBA127'

red 219 ◦ green 161 ◦ blue 39

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

Shades of Galliano #DBA127

Tints of Galliano #DBA127

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

 BLUE value IS 39 (15.63% from 255) = 9.31%

R = 52.27%
G = 38.42%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBA127 (or 0xDBA127) is known color: Galliano. HEX triplet: DB, A1 and 27. RGB value is (219,161,39). Sum of RGB (Red+Green+Blue) = 219+161+39=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA127 is #245ED8. Grayscale: #A4A4A4. Windows color (decimal): -2383577 or 2597339. OLE color: 2597339.

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

Color convert

RGB 219 161 39 -
CMYK 0 0.26 0.82 0.14
HSL 40.67º 0.71% 0.51% -
HSV(B) 40.67º 0.82% 0.86% -
XYZ 42.32 40.7 7.54 -
YUV 164.43 57.22 166.92 -
System Red Green Blue C M Y K H S L
Decimal 219 161 39 0 0.26 0.82 0.14 40.67 0.71 0.51
Hex DB A1 27 0 1A 52 E 29 47 33
Octal 333 241 47 0 32 122 16 51 107 63
Binary 11011011 10100001 100111 0 11010 1010010 1110 101001 1000111 110011

Color Harmonies of #DBA127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA127

Black with #DBA127

Text Example


Text Example

White with #DBA127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA127; }

 p { color: rgb(219,161,39); }

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

background-color css

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

 a { background-color: rgb(219,161,39); }

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

border-color css

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

 span { border-color: rgb(219,161,39); }

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