Html Css Color HEX #DCAF19 Galliano

📋 copy color: '#DCAF19'

red 220 ◦ green 175 ◦ blue 25

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

Shades of Galliano #DCAF19

Tints of Galliano #DCAF19

RGB

 RED value IS 220 (86.33% from 255) = 52.38%

 GREEN value IS 175 (68.75% from 255) = 41.67%

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 52.38%
G = 41.67%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCAF19 (or 0xDCAF19) is known color: Galliano. HEX triplet: DC, AF and 19. RGB value is (220,175,25). Sum of RGB (Red+Green+Blue) = 220+175+25=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAF19 is #2350E6. Grayscale: #ACACAC. Windows color (decimal): -2314471 or 1683420. OLE color: 1683420.

HSL color Cylindrical-coordinate representation of color #DCAF19: hue angle of 46.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCAF19 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 25 -
CMYK 0 0.20 0.89 0.14
HSL 46.15º 0.8% 0.48% -
HSV(B) 46.15º 0.89% 0.86% -
XYZ 45.02 45.95 7.42 -
YUV 171.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 220 175 25 0 0.20 0.89 0.14 46.15 0.8 0.48
Hex DC AF 19 0 14 59 E 2E 50 30
Octal 334 257 31 0 24 131 16 56 120 60
Binary 11011100 10101111 11001 0 10100 1011001 1110 101110 1010000 110000

Color Harmonies of #DCAF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF19

Black with #DCAF19

Text Example


Text Example

White with #DCAF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF19; }

 p { color: rgb(220,175,25); }

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

background-color css

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

 a { background-color: rgb(220,175,25); }

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

border-color css

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

 span { border-color: rgb(220,175,25); }

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