Html Css Color HEX #DBAE22 Galliano

📋 copy color: '#DBAE22'

red 219 ◦ green 174 ◦ blue 34

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

Shades of Galliano #DBAE22

Tints of Galliano #DBAE22

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

 BLUE value IS 34 (13.67% from 255) = 7.96%

R = 51.29%
G = 40.75%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBAE22 (or 0xDBAE22) is known color: Galliano. HEX triplet: DB, AE and 22. RGB value is (219,174,34). Sum of RGB (Red+Green+Blue) = 219+174+34=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 34 (13.67% from 255 or 7.96% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE22 is #2451DD. Grayscale: #ACACAC. Windows color (decimal): -2380254 or 2272987. OLE color: 2272987.

HSL color Cylindrical-coordinate representation of color #DBAE22: hue angle of 45.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBAE22 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 34 -
CMYK 0 0.21 0.84 0.14
HSL 45.41º 0.73% 0.5% -
HSV(B) 45.41º 0.84% 0.86% -
XYZ 44.64 45.45 7.93 -
YUV 171.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 219 174 34 0 0.21 0.84 0.14 45.41 0.73 0.5
Hex DB AE 22 0 15 54 E 2D 49 32
Octal 333 256 42 0 25 124 16 55 111 62
Binary 11011011 10101110 100010 0 10101 1010100 1110 101101 1001001 110010

Color Harmonies of #DBAE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE22

Black with #DBAE22

Text Example


Text Example

White with #DBAE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE22; }

 p { color: rgb(219,174,34); }

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

background-color css

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

 a { background-color: rgb(219,174,34); }

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

border-color css

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

 span { border-color: rgb(219,174,34); }

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