Html Css Color HEX #DBA42F Galliano

📋 copy color: '#DBA42F'

red 219 ◦ green 164 ◦ blue 47

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

Shades of Galliano #DBA42F

Tints of Galliano #DBA42F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.14%

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

R = 50.93%
G = 38.14%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA42F (or 0xDBA42F) is known color: Galliano. HEX triplet: DB, A4 and 2F. RGB value is (219,164,47). Sum of RGB (Red+Green+Blue) = 219+164+47=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA42F is #245BD0. Grayscale: #A7A7A7. Windows color (decimal): -2382801 or 3122395. OLE color: 3122395.

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

Color convert

RGB 219 164 47 -
CMYK 0 0.25 0.79 0.14
HSL 40.81º 0.7% 0.52% -
HSV(B) 40.81º 0.79% 0.86% -
XYZ 43 41.82 8.49 -
YUV 167.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 219 164 47 0 0.25 0.79 0.14 40.81 0.7 0.52
Hex DB A4 2F 0 19 4F E 29 46 34
Octal 333 244 57 0 31 117 16 51 106 64
Binary 11011011 10100100 101111 0 11001 1001111 1110 101001 1000110 110100

Color Harmonies of #DBA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA42F

Black with #DBA42F

Text Example


Text Example

White with #DBA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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