Html Css Color HEX #DFA72B Galliano

📋 copy color: '#DFA72B'

red 223 ◦ green 167 ◦ blue 43

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

Shades of Galliano #DFA72B

Tints of Galliano #DFA72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.93%

R = 51.5%
G = 38.57%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFA72B (or 0xDFA72B) is known color: Galliano. HEX triplet: DF, A7 and 2B. RGB value is (223,167,43). Sum of RGB (Red+Green+Blue) = 223+167+43=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA72B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA72B is #2058D4. Grayscale: #AAAAAA. Windows color (decimal): -2119893 or 2861023. OLE color: 2861023.

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

Color convert

RGB 223 167 43 -
CMYK 0 0.25 0.81 0.13
HSL 41.33º 0.74% 0.52% -
HSV(B) 41.33º 0.81% 0.87% -
XYZ 44.69 43.5 8.33 -
YUV 169.61 56.55 166.08 -
System Red Green Blue C M Y K H S L
Decimal 223 167 43 0 0.25 0.81 0.13 41.33 0.74 0.52
Hex DF A7 2B 0 19 51 D 29 4A 34
Octal 337 247 53 0 31 121 15 51 112 64
Binary 11011111 10100111 101011 0 11001 1010001 1101 101001 1001010 110100

Color Harmonies of #DFA72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA72B

Black with #DFA72B

Text Example


Text Example

White with #DFA72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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