Html Css Color HEX #DFA323 Galliano

📋 copy color: '#DFA323'

red 223 ◦ green 163 ◦ blue 35

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

Shades of Galliano #DFA323

Tints of Galliano #DFA323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.31%

R = 52.97%
G = 38.72%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFA323 (or 0xDFA323) is known color: Galliano. HEX triplet: DF, A3 and 23. RGB value is (223,163,35). Sum of RGB (Red+Green+Blue) = 223+163+35=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA323 is #205CDC. Grayscale: #A6A6A6. Windows color (decimal): -2120925 or 2335711. OLE color: 2335711.

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

Color convert

RGB 223 163 35 -
CMYK 0 0.27 0.84 0.13
HSL 40.85º 0.75% 0.51% -
HSV(B) 40.85º 0.84% 0.87% -
XYZ 43.83 42 7.39 -
YUV 166.35 53.88 168.41 -
System Red Green Blue C M Y K H S L
Decimal 223 163 35 0 0.27 0.84 0.13 40.85 0.75 0.51
Hex DF A3 23 0 1B 54 D 29 4B 33
Octal 337 243 43 0 33 124 15 51 113 63
Binary 11011111 10100011 100011 0 11011 1010100 1101 101001 1001011 110011

Color Harmonies of #DFA323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA323

Black with #DFA323

Text Example


Text Example

White with #DFA323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA323; }

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

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

background-color css

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

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

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

border-color css

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

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

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