Html Css Color HEX #DFA32A Galliano

📋 copy color: '#DFA32A'

red 223 ◦ green 163 ◦ blue 42

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

Shades of Galliano #DFA32A

Tints of Galliano #DFA32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 52.1%
G = 38.08%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFA32A (or 0xDFA32A) is known color: Galliano. HEX triplet: DF, A3 and 2A. RGB value is (223,163,42). Sum of RGB (Red+Green+Blue) = 223+163+42=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA32A is #205CD5. Grayscale: #A7A7A7. Windows color (decimal): -2120918 or 2794463. OLE color: 2794463.

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

Color convert

RGB 223 163 42 -
CMYK 0 0.27 0.81 0.13
HSL 40.11º 0.74% 0.52% -
HSV(B) 40.11º 0.81% 0.87% -
XYZ 43.95 42.05 7.99 -
YUV 167.15 57.38 167.84 -
System Red Green Blue C M Y K H S L
Decimal 223 163 42 0 0.27 0.81 0.13 40.11 0.74 0.52
Hex DF A3 2A 0 1B 51 D 28 4A 34
Octal 337 243 52 0 33 121 15 50 112 64
Binary 11011111 10100011 101010 0 11011 1010001 1101 101000 1001010 110100

Color Harmonies of #DFA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA32A

Black with #DFA32A

Text Example


Text Example

White with #DFA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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