Html Css Color HEX #DBA82F Galliano

📋 copy color: '#DBA82F'

red 219 ◦ green 168 ◦ blue 47

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

Shades of Galliano #DBA82F

Tints of Galliano #DBA82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.83%

R = 50.46%
G = 38.71%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA82F (or 0xDBA82F) is known color: Galliano. HEX triplet: DB, A8 and 2F. RGB value is (219,168,47). Sum of RGB (Red+Green+Blue) = 219+168+47=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA82F is #2457D0. Grayscale: #A9A9A9. Windows color (decimal): -2381777 or 3123419. OLE color: 3123419.

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

Color convert

RGB 219 168 47 -
CMYK 0 0.23 0.79 0.14
HSL 42.21º 0.7% 0.52% -
HSV(B) 42.21º 0.79% 0.86% -
XYZ 43.73 43.27 8.74 -
YUV 169.46 58.9 163.34 -
System Red Green Blue C M Y K H S L
Decimal 219 168 47 0 0.23 0.79 0.14 42.21 0.7 0.52
Hex DB A8 2F 0 17 4F E 2A 46 34
Octal 333 250 57 0 27 117 16 52 106 64
Binary 11011011 10101000 101111 0 10111 1001111 1110 101010 1000110 110100

Color Harmonies of #DBA82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA82F

Black with #DBA82F

Text Example


Text Example

White with #DBA82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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