Html Css Color HEX #DBA827 Galliano

📋 copy color: '#DBA827'

red 219 ◦ green 168 ◦ blue 39

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

Shades of Galliano #DBA827

Tints of Galliano #DBA827

RGB

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

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

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

R = 51.41%
G = 39.44%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBA827 (or 0xDBA827) is known color: Galliano. HEX triplet: DB, A8 and 27. RGB value is (219,168,39). Sum of RGB (Red+Green+Blue) = 219+168+39=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA827 is #2457D8. Grayscale: #A9A9A9. Windows color (decimal): -2381785 or 2599131. OLE color: 2599131.

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

Color convert

RGB 219 168 39 -
CMYK 0 0.23 0.82 0.14
HSL 43º 0.71% 0.51% -
HSV(B) 43º 0.82% 0.86% -
XYZ 43.58 43.21 7.96 -
YUV 168.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 219 168 39 0 0.23 0.82 0.14 43 0.71 0.51
Hex DB A8 27 0 17 52 E 2B 47 33
Octal 333 250 47 0 27 122 16 53 107 63
Binary 11011011 10101000 100111 0 10111 1010010 1110 101011 1000111 110011

Color Harmonies of #DBA827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA827

Black with #DBA827

Text Example


Text Example

White with #DBA827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA827; }

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

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

background-color css

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

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

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

border-color css

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

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

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