Html Css Color HEX #DCAF13 Galliano

📋 copy color: '#DCAF13'

red 220 ◦ green 175 ◦ blue 19

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

Shades of Galliano #DCAF13

Tints of Galliano #DCAF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.59%

R = 53.14%
G = 42.27%
B = 4.59%

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

#DCAF13 (or 0xDCAF13) is known color: Galliano. HEX triplet: DC, AF and 13. RGB value is (220,175,19). Sum of RGB (Red+Green+Blue) = 220+175+19=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAF13 is #2350EC. Grayscale: #ABABAB. Windows color (decimal): -2314477 or 1290204. OLE color: 1290204.

HSL color Cylindrical-coordinate representation of color #DCAF13: hue angle of 46.57º degrees, saturation: 0.84, 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 #DCAF13 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 19 -
CMYK 0 0.20 0.91 0.14
HSL 46.57º 0.84% 0.47% -
HSV(B) 46.57º 0.91% 0.86% -
XYZ 44.96 45.92 7.11 -
YUV 170.67 42.41 163.18 -
System Red Green Blue C M Y K H S L
Decimal 220 175 19 0 0.20 0.91 0.14 46.57 0.84 0.47
Hex DC AF 13 0 14 5B E 2F 54 2F
Octal 334 257 23 0 24 133 16 57 124 57
Binary 11011100 10101111 10011 0 10100 1011011 1110 101111 1010100 101111

Color Harmonies of #DCAF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF13

Black with #DCAF13

Text Example


Text Example

White with #DCAF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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