Html Css Color HEX #DCAF14 Galliano

📋 copy color: '#DCAF14'

red 220 ◦ green 175 ◦ blue 20

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

Shades of Galliano #DCAF14

Tints of Galliano #DCAF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.82%

R = 53.01%
G = 42.17%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCAF14 (or 0xDCAF14) is known color: Galliano. HEX triplet: DC, AF and 14. RGB value is (220,175,20). Sum of RGB (Red+Green+Blue) = 220+175+20=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAF14 is #2350EB. Grayscale: #ABABAB. Windows color (decimal): -2314476 or 1355740. OLE color: 1355740.

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

Color convert

RGB 220 175 20 -
CMYK 0 0.20 0.91 0.14
HSL 46.5º 0.83% 0.47% -
HSV(B) 46.5º 0.91% 0.86% -
XYZ 44.97 45.93 7.16 -
YUV 170.79 42.91 163.1 -
System Red Green Blue C M Y K H S L
Decimal 220 175 20 0 0.20 0.91 0.14 46.5 0.83 0.47
Hex DC AF 14 0 14 5B E 2E 53 2F
Octal 334 257 24 0 24 133 16 56 123 57
Binary 11011100 10101111 10100 0 10100 1011011 1110 101110 1010011 101111

Color Harmonies of #DCAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF14

Black with #DCAF14

Text Example


Text Example

White with #DCAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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