Html Css Color HEX #DFA327 Galliano

📋 copy color: '#DFA327'

red 223 ◦ green 163 ◦ blue 39

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

Shades of Galliano #DFA327

Tints of Galliano #DFA327

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 39 (15.63% from 255) = 9.18%

R = 52.47%
G = 38.35%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFA327 (or 0xDFA327) is known color: Galliano. HEX triplet: DF, A3 and 27. RGB value is (223,163,39). Sum of RGB (Red+Green+Blue) = 223+163+39=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA327 is #205CD8. Grayscale: #A7A7A7. Windows color (decimal): -2120921 or 2597855. OLE color: 2597855.

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

Color convert

RGB 223 163 39 -
CMYK 0 0.27 0.83 0.13
HSL 40.43º 0.74% 0.51% -
HSV(B) 40.43º 0.83% 0.87% -
XYZ 43.89 42.03 7.72 -
YUV 166.8 55.88 168.08 -
System Red Green Blue C M Y K H S L
Decimal 223 163 39 0 0.27 0.83 0.13 40.43 0.74 0.51
Hex DF A3 27 0 1B 53 D 28 4A 33
Octal 337 243 47 0 33 123 15 50 112 63
Binary 11011111 10100011 100111 0 11011 1010011 1101 101000 1001010 110011

Color Harmonies of #DFA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA327

Black with #DFA327

Text Example


Text Example

White with #DFA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA327; }

 p { color: rgb(223,163,39); }

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

background-color css

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

 a { background-color: rgb(223,163,39); }

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

border-color css

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

 span { border-color: rgb(223,163,39); }

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