Html Css Color HEX #DFA52C Galliano

📋 copy color: '#DFA52C'

red 223 ◦ green 165 ◦ blue 44

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

Shades of Galliano #DFA52C

Tints of Galliano #DFA52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.19%

 BLUE value IS 44 (17.58% from 255) = 10.19%

R = 51.62%
G = 38.19%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFA52C (or 0xDFA52C) is known color: Galliano. HEX triplet: DF, A5 and 2C. RGB value is (223,165,44). Sum of RGB (Red+Green+Blue) = 223+165+44=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA52C is #205AD3. Grayscale: #A9A9A9. Windows color (decimal): -2120404 or 2926047. OLE color: 2926047.

HSL color Cylindrical-coordinate representation of color #DFA52C: hue angle of 40.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFA52C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 165 44 -
CMYK 0 0.26 0.80 0.13
HSL 40.56º 0.74% 0.52% -
HSV(B) 40.56º 0.8% 0.87% -
XYZ 44.34 42.78 8.3 -
YUV 168.55 57.72 166.84 -
System Red Green Blue C M Y K H S L
Decimal 223 165 44 0 0.26 0.80 0.13 40.56 0.74 0.52
Hex DF A5 2C 0 1A 50 D 29 4A 34
Octal 337 245 54 0 32 120 15 51 112 64
Binary 11011111 10100101 101100 0 11010 1010000 1101 101001 1001010 110100

Color Harmonies of #DFA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA52C

Black with #DFA52C

Text Example


Text Example

White with #DFA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA52C; }

 p { color: rgb(223,165,44); }

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

background-color css

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

 a { background-color: rgb(223,165,44); }

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

border-color css

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

 span { border-color: rgb(223,165,44); }

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