Html Css Color HEX #DFAC1B Galliano

📋 copy color: '#DFAC1B'

red 223 ◦ green 172 ◦ blue 27

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

Shades of Galliano #DFAC1B

Tints of Galliano #DFAC1B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.76%

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

R = 52.84%
G = 40.76%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFAC1B (or 0xDFAC1B) is known color: Galliano. HEX triplet: DF, AC and 1B. RGB value is (223,172,27). Sum of RGB (Red+Green+Blue) = 223+172+27=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC1B is #2053E4. Grayscale: #ABABAB. Windows color (decimal): -2118629 or 1813727. OLE color: 1813727.

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

Color convert

RGB 223 172 27 -
CMYK 0 0.23 0.88 0.13
HSL 44.39º 0.78% 0.49% -
HSV(B) 44.39º 0.88% 0.87% -
XYZ 45.38 45.27 7.38 -
YUV 170.72 46.9 165.29 -
System Red Green Blue C M Y K H S L
Decimal 223 172 27 0 0.23 0.88 0.13 44.39 0.78 0.49
Hex DF AC 1B 0 17 58 D 2C 4E 31
Octal 337 254 33 0 27 130 15 54 116 61
Binary 11011111 10101100 11011 0 10111 1011000 1101 101100 1001110 110001

Color Harmonies of #DFAC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC1B

Black with #DFAC1B

Text Example


Text Example

White with #DFAC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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