Html Css Color HEX #DFAB15 Galliano

📋 copy color: '#DFAB15'

red 223 ◦ green 171 ◦ blue 21

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

Shades of Galliano #DFAB15

Tints of Galliano #DFAB15

RGB

 RED value IS 223 (87.5% from 255) = 53.73%

 GREEN value IS 171 (67.19% from 255) = 41.2%

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 53.73%
G = 41.2%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFAB15 (or 0xDFAB15) is known color: Galliano. HEX triplet: DF, AB and 15. RGB value is (223,171,21). Sum of RGB (Red+Green+Blue) = 223+171+21=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB15 is #2054EA. Grayscale: #AAAAAA. Windows color (decimal): -2118891 or 1420255. OLE color: 1420255.

HSL color Cylindrical-coordinate representation of color #DFAB15: hue angle of 44.55º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFAB15 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 171 21 -
CMYK 0 0.23 0.91 0.13
HSL 44.55º 0.83% 0.48% -
HSV(B) 44.55º 0.91% 0.87% -
XYZ 45.13 44.87 6.99 -
YUV 169.45 44.23 166.2 -
System Red Green Blue C M Y K H S L
Decimal 223 171 21 0 0.23 0.91 0.13 44.55 0.83 0.48
Hex DF AB 15 0 17 5B D 2D 53 30
Octal 337 253 25 0 27 133 15 55 123 60
Binary 11011111 10101011 10101 0 10111 1011011 1101 101101 1010011 110000

Color Harmonies of #DFAB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB15

Black with #DFAB15

Text Example


Text Example

White with #DFAB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB15; }

 p { color: rgb(223,171,21); }

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

background-color css

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

 a { background-color: rgb(223,171,21); }

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

border-color css

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

 span { border-color: rgb(223,171,21); }

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