Html Css Color HEX #DFA625 Galliano

📋 copy color: '#DFA625'

red 223 ◦ green 166 ◦ blue 37

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

Shades of Galliano #DFA625

Tints of Galliano #DFA625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 37 (14.84% from 255) = 8.69%

R = 52.35%
G = 38.97%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFA625 (or 0xDFA625) is known color: Galliano. HEX triplet: DF, A6 and 25. RGB value is (223,166,37). Sum of RGB (Red+Green+Blue) = 223+166+37=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA625 is #2059DA. Grayscale: #A8A8A8. Windows color (decimal): -2120155 or 2467551. OLE color: 2467551.

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

Color convert

RGB 223 166 37 -
CMYK 0 0.26 0.83 0.13
HSL 41.61º 0.74% 0.51% -
HSV(B) 41.61º 0.83% 0.87% -
XYZ 44.4 43.09 7.73 -
YUV 168.34 53.88 166.99 -
System Red Green Blue C M Y K H S L
Decimal 223 166 37 0 0.26 0.83 0.13 41.61 0.74 0.51
Hex DF A6 25 0 1A 53 D 2A 4A 33
Octal 337 246 45 0 32 123 15 52 112 63
Binary 11011111 10100110 100101 0 11010 1010011 1101 101010 1001010 110011

Color Harmonies of #DFA625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA625

Black with #DFA625

Text Example


Text Example

White with #DFA625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA625; }

 p { color: rgb(223,166,37); }

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

background-color css

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

 a { background-color: rgb(223,166,37); }

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

border-color css

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

 span { border-color: rgb(223,166,37); }

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