Html Css Color HEX #DBAD23 Galliano

📋 copy color: '#DBAD23'

red 219 ◦ green 173 ◦ blue 35

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

Shades of Galliano #DBAD23

Tints of Galliano #DBAD23

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

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

R = 51.29%
G = 40.52%
B = 8.2%

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

#DBAD23 (or 0xDBAD23) is known color: Galliano. HEX triplet: DB, AD and 23. RGB value is (219,173,35). Sum of RGB (Red+Green+Blue) = 219+173+35=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD23 is #2452DC. Grayscale: #ABABAB. Windows color (decimal): -2380509 or 2338267. OLE color: 2338267.

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

Color convert

RGB 219 173 35 -
CMYK 0 0.21 0.84 0.14
HSL 45º 0.72% 0.5% -
HSV(B) 45º 0.84% 0.86% -
XYZ 44.46 45.07 7.95 -
YUV 171.02 51.24 162.22 -
System Red Green Blue C M Y K H S L
Decimal 219 173 35 0 0.21 0.84 0.14 45 0.72 0.5
Hex DB AD 23 0 15 54 E 2D 48 32
Octal 333 255 43 0 25 124 16 55 110 62
Binary 11011011 10101101 100011 0 10101 1010100 1110 101101 1001000 110010

Color Harmonies of #DBAD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD23

Black with #DBAD23

Text Example


Text Example

White with #DBAD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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