Html Css Color HEX #DFA72C Galliano

📋 copy color: '#DFA72C'

red 223 ◦ green 167 ◦ blue 44

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

Shades of Galliano #DFA72C

Tints of Galliano #DFA72C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.48%

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

R = 51.38%
G = 38.48%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFA72C (or 0xDFA72C) is known color: Galliano. HEX triplet: DF, A7 and 2C. RGB value is (223,167,44). Sum of RGB (Red+Green+Blue) = 223+167+44=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA72C is #2058D3. Grayscale: #AAAAAA. Windows color (decimal): -2119892 or 2926559. OLE color: 2926559.

HSL color Cylindrical-coordinate representation of color #DFA72C: hue angle of 41.23º 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 #DFA72C is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 167 44 -
CMYK 0 0.25 0.80 0.13
HSL 41.23º 0.74% 0.52% -
HSV(B) 41.23º 0.8% 0.87% -
XYZ 44.7 43.51 8.42 -
YUV 169.72 57.05 166 -
System Red Green Blue C M Y K H S L
Decimal 223 167 44 0 0.25 0.80 0.13 41.23 0.74 0.52
Hex DF A7 2C 0 19 50 D 29 4A 34
Octal 337 247 54 0 31 120 15 51 112 64
Binary 11011111 10100111 101100 0 11001 1010000 1101 101001 1001010 110100

Color Harmonies of #DFA72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA72C

Black with #DFA72C

Text Example


Text Example

White with #DFA72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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