Html Css Color HEX #DFAA1E Galliano

📋 copy color: '#DFAA1E'

red 223 ◦ green 170 ◦ blue 30

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

Shades of Galliano #DFAA1E

Tints of Galliano #DFAA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.09%

R = 52.72%
G = 40.19%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFAA1E (or 0xDFAA1E) is known color: Galliano. HEX triplet: DF, AA and 1E. RGB value is (223,170,30). Sum of RGB (Red+Green+Blue) = 223+170+30=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA1E is #2055E1. Grayscale: #AAAAAA. Windows color (decimal): -2119138 or 2009823. OLE color: 2009823.

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

Color convert

RGB 223 170 30 -
CMYK 0 0.24 0.87 0.13
HSL 43.52º 0.76% 0.5% -
HSV(B) 43.52º 0.87% 0.87% -
XYZ 45.04 44.53 7.45 -
YUV 169.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 223 170 30 0 0.24 0.87 0.13 43.52 0.76 0.5
Hex DF AA 1E 0 18 57 D 2C 4C 32
Octal 337 252 36 0 30 127 15 54 114 62
Binary 11011111 10101010 11110 0 11000 1010111 1101 101100 1001100 110010

Color Harmonies of #DFAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA1E

Black with #DFAA1E

Text Example


Text Example

White with #DFAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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