Html Css Color HEX #DCA81D Galliano

📋 copy color: '#DCA81D'

red 220 ◦ green 168 ◦ blue 29

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

Shades of Galliano #DCA81D

Tints of Galliano #DCA81D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

 BLUE value IS 29 (11.72% from 255) = 6.95%

R = 52.76%
G = 40.29%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCA81D (or 0xDCA81D) is known color: Galliano. HEX triplet: DC, A8 and 1D. RGB value is (220,168,29). Sum of RGB (Red+Green+Blue) = 220+168+29=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA81D is #2357E2. Grayscale: #A8A8A8. Windows color (decimal): -2316259 or 1943772. OLE color: 1943772.

HSL color Cylindrical-coordinate representation of color #DCA81D: hue angle of 43.66º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCA81D is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 168 29 -
CMYK 0 0.24 0.87 0.14
HSL 43.66º 0.77% 0.49% -
HSV(B) 43.66º 0.87% 0.86% -
XYZ 43.74 43.31 7.22 -
YUV 167.7 49.73 165.3 -
System Red Green Blue C M Y K H S L
Decimal 220 168 29 0 0.24 0.87 0.14 43.66 0.77 0.49
Hex DC A8 1D 0 18 57 E 2C 4D 31
Octal 334 250 35 0 30 127 16 54 115 61
Binary 11011100 10101000 11101 0 11000 1010111 1110 101100 1001101 110001

Color Harmonies of #DCA81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA81D

Black with #DCA81D

Text Example


Text Example

White with #DCA81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA81D; }

 p { color: rgb(220,168,29); }

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

background-color css

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

 a { background-color: rgb(220,168,29); }

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

border-color css

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

 span { border-color: rgb(220,168,29); }

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