Html Css Color HEX #DBAE23 Galliano

📋 copy color: '#DBAE23'

red 219 ◦ green 174 ◦ blue 35

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

Shades of Galliano #DBAE23

Tints of Galliano #DBAE23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.18%

R = 51.17%
G = 40.65%
B = 8.18%

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

#DBAE23 (or 0xDBAE23) is known color: Galliano. HEX triplet: DB, AE and 23. RGB value is (219,174,35). Sum of RGB (Red+Green+Blue) = 219+174+35=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE23 is #2451DC. Grayscale: #ACACAC. Windows color (decimal): -2380253 or 2338523. OLE color: 2338523.

HSL color Cylindrical-coordinate representation of color #DBAE23: hue angle of 45.33º degrees, saturation: 0.72, 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 #DBAE23 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 35 -
CMYK 0 0.21 0.84 0.14
HSL 45.33º 0.72% 0.5% -
HSV(B) 45.33º 0.84% 0.86% -
XYZ 44.65 45.45 8.01 -
YUV 171.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 219 174 35 0 0.21 0.84 0.14 45.33 0.72 0.5
Hex DB AE 23 0 15 54 E 2D 48 32
Octal 333 256 43 0 25 124 16 55 110 62
Binary 11011011 10101110 100011 0 10101 1010100 1110 101101 1001000 110010

Color Harmonies of #DBAE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE23

Black with #DBAE23

Text Example


Text Example

White with #DBAE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE23; }

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

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

background-color css

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

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

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

border-color css

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

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

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