Html Css Color HEX #DCA031 Buttercup

📋 copy color: '#DCA031'

red 220 ◦ green 160 ◦ blue 49

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

Shades of Buttercup #DCA031

Tints of Buttercup #DCA031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.3%

 BLUE value IS 49 (19.53% from 255) = 11.42%

R = 51.28%
G = 37.3%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCA031 (or 0xDCA031) is known color: Buttercup. HEX triplet: DC, A0 and 31. RGB value is (220,160,49). Sum of RGB (Red+Green+Blue) = 220+160+49=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA031 is #235FCE. Grayscale: #A5A5A5. Windows color (decimal): -2318287 or 3252444. OLE color: 3252444.

HSL color Cylindrical-coordinate representation of color #DCA031: hue angle of 38.95º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCA031 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 49 -
CMYK 0 0.27 0.78 0.14
HSL 38.95º 0.71% 0.53% -
HSV(B) 38.95º 0.78% 0.86% -
XYZ 42.64 40.58 8.49 -
YUV 165.29 62.38 167.03 -
System Red Green Blue C M Y K H S L
Decimal 220 160 49 0 0.27 0.78 0.14 38.95 0.71 0.53
Hex DC A0 31 0 1B 4E E 27 47 35
Octal 334 240 61 0 33 116 16 47 107 65
Binary 11011100 10100000 110001 0 11011 1001110 1110 100111 1000111 110101

Color Harmonies of #DCA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA031

Black with #DCA031

Text Example


Text Example

White with #DCA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA031; }

 p { color: rgb(220,160,49); }

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

background-color css

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

 a { background-color: rgb(220,160,49); }

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

border-color css

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

 span { border-color: rgb(220,160,49); }

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