Html Css Color HEX #DCA02E Buttercup

📋 copy color: '#DCA02E'

red 220 ◦ green 160 ◦ blue 46

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

Shades of Buttercup #DCA02E

Tints of Buttercup #DCA02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.8%

R = 51.64%
G = 37.56%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCA02E (or 0xDCA02E) is known color: Buttercup. HEX triplet: DC, A0 and 2E. RGB value is (220,160,46). Sum of RGB (Red+Green+Blue) = 220+160+46=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA02E is #235FD1. Grayscale: #A5A5A5. Windows color (decimal): -2318290 or 3055836. OLE color: 3055836.

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

Color convert

RGB 220 160 46 -
CMYK 0 0.27 0.79 0.14
HSL 39.31º 0.71% 0.52% -
HSV(B) 39.31º 0.79% 0.86% -
XYZ 42.58 40.55 8.17 -
YUV 164.94 60.88 167.27 -
System Red Green Blue C M Y K H S L
Decimal 220 160 46 0 0.27 0.79 0.14 39.31 0.71 0.52
Hex DC A0 2E 0 1B 4F E 27 47 34
Octal 334 240 56 0 33 117 16 47 107 64
Binary 11011100 10100000 101110 0 11011 1001111 1110 100111 1000111 110100

Color Harmonies of #DCA02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA02E

Black with #DCA02E

Text Example


Text Example

White with #DCA02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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