Html Css Color HEX #DBA12F Galliano

📋 copy color: '#DBA12F'

red 219 ◦ green 161 ◦ blue 47

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

Shades of Galliano #DBA12F

Tints of Galliano #DBA12F

RGB

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

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

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

R = 51.29%
G = 37.7%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA12F (or 0xDBA12F) is known color: Galliano. HEX triplet: DB, A1 and 2F. RGB value is (219,161,47). Sum of RGB (Red+Green+Blue) = 219+161+47=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA12F is #245ED0. Grayscale: #A5A5A5. Windows color (decimal): -2383569 or 3121627. OLE color: 3121627.

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

Color convert

RGB 219 161 47 -
CMYK 0 0.26 0.79 0.14
HSL 39.77º 0.7% 0.52% -
HSV(B) 39.77º 0.79% 0.86% -
XYZ 42.47 40.76 8.32 -
YUV 165.35 61.22 166.27 -
System Red Green Blue C M Y K H S L
Decimal 219 161 47 0 0.26 0.79 0.14 39.77 0.7 0.52
Hex DB A1 2F 0 1A 4F E 28 46 34
Octal 333 241 57 0 32 117 16 50 106 64
Binary 11011011 10100001 101111 0 11010 1001111 1110 101000 1000110 110100

Color Harmonies of #DBA12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA12F

Black with #DBA12F

Text Example


Text Example

White with #DBA12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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