Html Css Color HEX #DFAA26 Galliano

📋 copy color: '#DFAA26'

red 223 ◦ green 170 ◦ blue 38

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

Shades of Galliano #DFAA26

Tints of Galliano #DFAA26

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 38 (15.23% from 255) = 8.82%

R = 51.74%
G = 39.44%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFAA26 (or 0xDFAA26) is known color: Galliano. HEX triplet: DF, AA and 26. RGB value is (223,170,38). Sum of RGB (Red+Green+Blue) = 223+170+38=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA26 is #2055D9. Grayscale: #ABABAB. Windows color (decimal): -2119130 or 2534111. OLE color: 2534111.

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

Color convert

RGB 223 170 38 -
CMYK 0 0.24 0.83 0.13
HSL 42.81º 0.74% 0.51% -
HSV(B) 42.81º 0.83% 0.87% -
XYZ 45.16 44.58 8.06 -
YUV 170.8 53.06 165.23 -
System Red Green Blue C M Y K H S L
Decimal 223 170 38 0 0.24 0.83 0.13 42.81 0.74 0.51
Hex DF AA 26 0 18 53 D 2B 4A 33
Octal 337 252 46 0 30 123 15 53 112 63
Binary 11011111 10101010 100110 0 11000 1010011 1101 101011 1001010 110011

Color Harmonies of #DFAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA26

Black with #DFAA26

Text Example


Text Example

White with #DFAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA26; }

 p { color: rgb(223,170,38); }

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

background-color css

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

 a { background-color: rgb(223,170,38); }

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

border-color css

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

 span { border-color: rgb(223,170,38); }

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