Html Css Color HEX #DCA032 Buttercup

📋 copy color: '#DCA032'

red 220 ◦ green 160 ◦ blue 50

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

Shades of Buttercup #DCA032

Tints of Buttercup #DCA032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 51.16%
G = 37.21%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCA032 (or 0xDCA032) is known color: Buttercup. HEX triplet: DC, A0 and 32. RGB value is (220,160,50). Sum of RGB (Red+Green+Blue) = 220+160+50=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA032 is #235FCD. Grayscale: #A5A5A5. Windows color (decimal): -2318286 or 3317980. OLE color: 3317980.

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

Color convert

RGB 220 160 50 -
CMYK 0 0.27 0.77 0.14
HSL 38.82º 0.71% 0.53% -
HSV(B) 38.82º 0.77% 0.86% -
XYZ 42.66 40.59 8.6 -
YUV 165.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 220 160 50 0 0.27 0.77 0.14 38.82 0.71 0.53
Hex DC A0 32 0 1B 4D E 27 47 35
Octal 334 240 62 0 33 115 16 47 107 65
Binary 11011100 10100000 110010 0 11011 1001101 1110 100111 1000111 110101

Color Harmonies of #DCA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA032

Black with #DCA032

Text Example


Text Example

White with #DCA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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