Html Css Color HEX #DFA62D Galliano

📋 copy color: '#DFA62D'

red 223 ◦ green 166 ◦ blue 45

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

Shades of Galliano #DFA62D

Tints of Galliano #DFA62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.37%

R = 51.38%
G = 38.25%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFA62D (or 0xDFA62D) is known color: Galliano. HEX triplet: DF, A6 and 2D. RGB value is (223,166,45). Sum of RGB (Red+Green+Blue) = 223+166+45=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA62D is #2059D2. Grayscale: #A9A9A9. Windows color (decimal): -2120147 or 2991839. OLE color: 2991839.

HSL color Cylindrical-coordinate representation of color #DFA62D: hue angle of 40.79º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFA62D is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 166 45 -
CMYK 0 0.26 0.80 0.13
HSL 40.79º 0.74% 0.53% -
HSV(B) 40.79º 0.8% 0.87% -
XYZ 44.54 43.15 8.46 -
YUV 169.25 57.88 166.34 -
System Red Green Blue C M Y K H S L
Decimal 223 166 45 0 0.26 0.80 0.13 40.79 0.74 0.53
Hex DF A6 2D 0 1A 50 D 29 4A 35
Octal 337 246 55 0 32 120 15 51 112 65
Binary 11011111 10100110 101101 0 11010 1010000 1101 101001 1001010 110101

Color Harmonies of #DFA62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA62D

Black with #DFA62D

Text Example


Text Example

White with #DFA62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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