Html Css Color HEX #DFA21B Galliano

📋 copy color: '#DFA21B'

red 223 ◦ green 162 ◦ blue 27

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

Shades of Galliano #DFA21B

Tints of Galliano #DFA21B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.32%

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 54.13%
G = 39.32%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFA21B (or 0xDFA21B) is known color: Galliano. HEX triplet: DF, A2 and 1B. RGB value is (223,162,27). Sum of RGB (Red+Green+Blue) = 223+162+27=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA21B is #205DE4. Grayscale: #A5A5A5. Windows color (decimal): -2121189 or 1811167. OLE color: 1811167.

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

Color convert

RGB 223 162 27 -
CMYK 0 0.27 0.88 0.13
HSL 41.33º 0.78% 0.49% -
HSV(B) 41.33º 0.88% 0.87% -
XYZ 43.55 41.61 6.77 -
YUV 164.85 50.21 169.48 -
System Red Green Blue C M Y K H S L
Decimal 223 162 27 0 0.27 0.88 0.13 41.33 0.78 0.49
Hex DF A2 1B 0 1B 58 D 29 4E 31
Octal 337 242 33 0 33 130 15 51 116 61
Binary 11011111 10100010 11011 0 11011 1011000 1101 101001 1001110 110001

Color Harmonies of #DFA21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA21B

Black with #DFA21B

Text Example


Text Example

White with #DFA21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA21B; }

 p { color: rgb(223,162,27); }

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

background-color css

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

 a { background-color: rgb(223,162,27); }

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

border-color css

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

 span { border-color: rgb(223,162,27); }

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