Html Css Color HEX #DFAB24 Galliano

📋 copy color: '#DFAB24'

red 223 ◦ green 171 ◦ blue 36

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

Shades of Galliano #DFAB24

Tints of Galliano #DFAB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.37%

R = 51.86%
G = 39.77%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFAB24 (or 0xDFAB24) is known color: Galliano. HEX triplet: DF, AB and 24. RGB value is (223,171,36). Sum of RGB (Red+Green+Blue) = 223+171+36=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB24 is #2054DB. Grayscale: #ABABAB. Windows color (decimal): -2118876 or 2403295. OLE color: 2403295.

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

Color convert

RGB 223 171 36 -
CMYK 0 0.23 0.84 0.13
HSL 43.32º 0.75% 0.51% -
HSV(B) 43.32º 0.84% 0.87% -
XYZ 45.31 44.94 7.96 -
YUV 171.16 51.73 164.98 -
System Red Green Blue C M Y K H S L
Decimal 223 171 36 0 0.23 0.84 0.13 43.32 0.75 0.51
Hex DF AB 24 0 17 54 D 2B 4B 33
Octal 337 253 44 0 27 124 15 53 113 63
Binary 11011111 10101011 100100 0 10111 1010100 1101 101011 1001011 110011

Color Harmonies of #DFAB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB24

Black with #DFAB24

Text Example


Text Example

White with #DFAB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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