Html Css Color HEX #DCA02D Buttercup

📋 copy color: '#DCA02D'

red 220 ◦ green 160 ◦ blue 45

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

Shades of Buttercup #DCA02D

Tints of Buttercup #DCA02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.59%

R = 51.76%
G = 37.65%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCA02D (or 0xDCA02D) is known color: Buttercup. HEX triplet: DC, A0 and 2D. RGB value is (220,160,45). Sum of RGB (Red+Green+Blue) = 220+160+45=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA02D is #235FD2. Grayscale: #A5A5A5. Windows color (decimal): -2318291 or 2990300. OLE color: 2990300.

HSL color Cylindrical-coordinate representation of color #DCA02D: hue angle of 39.43º degrees, saturation: 0.71, 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 #DCA02D is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 45 -
CMYK 0 0.27 0.80 0.14
HSL 39.43º 0.71% 0.52% -
HSV(B) 39.43º 0.8% 0.86% -
XYZ 42.56 40.55 8.07 -
YUV 164.83 60.38 167.35 -
System Red Green Blue C M Y K H S L
Decimal 220 160 45 0 0.27 0.80 0.14 39.43 0.71 0.52
Hex DC A0 2D 0 1B 50 E 27 47 34
Octal 334 240 55 0 33 120 16 47 107 64
Binary 11011100 10100000 101101 0 11011 1010000 1110 100111 1000111 110100

Color Harmonies of #DCA02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA02D

Black with #DCA02D

Text Example


Text Example

White with #DCA02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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