Html Css Color HEX #DBA22F Galliano

📋 copy color: '#DBA22F'

red 219 ◦ green 162 ◦ blue 47

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

Shades of Galliano #DBA22F

Tints of Galliano #DBA22F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 51.17%
G = 37.85%
B = 10.98%

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

#DBA22F (or 0xDBA22F) is known color: Galliano. HEX triplet: DB, A2 and 2F. RGB value is (219,162,47). Sum of RGB (Red+Green+Blue) = 219+162+47=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA22F is #245DD0. Grayscale: #A6A6A6. Windows color (decimal): -2383313 or 3121883. OLE color: 3121883.

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

Color convert

RGB 219 162 47 -
CMYK 0 0.26 0.79 0.14
HSL 40.12º 0.7% 0.52% -
HSV(B) 40.12º 0.79% 0.86% -
XYZ 42.65 41.11 8.38 -
YUV 165.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 219 162 47 0 0.26 0.79 0.14 40.12 0.7 0.52
Hex DB A2 2F 0 1A 4F E 28 46 34
Octal 333 242 57 0 32 117 16 50 106 64
Binary 11011011 10100010 101111 0 11010 1001111 1110 101000 1000110 110100

Color Harmonies of #DBA22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA22F

Black with #DBA22F

Text Example


Text Example

White with #DBA22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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