Html Css Color HEX #DCA42B Galliano

📋 copy color: '#DCA42B'

red 220 ◦ green 164 ◦ blue 43

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

Shades of Galliano #DCA42B

Tints of Galliano #DCA42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 43 (17.19% from 255) = 10.07%

R = 51.52%
G = 38.41%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCA42B (or 0xDCA42B) is known color: Galliano. HEX triplet: DC, A4 and 2B. RGB value is (220,164,43). Sum of RGB (Red+Green+Blue) = 220+164+43=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA42B is #235BD4. Grayscale: #A7A7A7. Windows color (decimal): -2317269 or 2860252. OLE color: 2860252.

HSL color Cylindrical-coordinate representation of color #DCA42B: hue angle of 41.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCA42B is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 43 -
CMYK 0 0.25 0.80 0.14
HSL 41.02º 0.72% 0.52% -
HSV(B) 41.02º 0.8% 0.86% -
XYZ 43.23 41.94 8.1 -
YUV 166.95 58.05 165.84 -
System Red Green Blue C M Y K H S L
Decimal 220 164 43 0 0.25 0.80 0.14 41.02 0.72 0.52
Hex DC A4 2B 0 19 50 E 29 48 34
Octal 334 244 53 0 31 120 16 51 110 64
Binary 11011100 10100100 101011 0 11001 1010000 1110 101001 1001000 110100

Color Harmonies of #DCA42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA42B

Black with #DCA42B

Text Example


Text Example

White with #DCA42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA42B; }

 p { color: rgb(220,164,43); }

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

background-color css

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

 a { background-color: rgb(220,164,43); }

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

border-color css

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

 span { border-color: rgb(220,164,43); }

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