Html Css Color HEX #DC9529 Buttercup

📋 copy color: '#DC9529'

red 220 ◦ green 149 ◦ blue 41

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

Shades of Buttercup #DC9529

Tints of Buttercup #DC9529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.34%

 BLUE value IS 41 (16.41% from 255) = 10%

R = 53.66%
G = 36.34%
B = 10%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC9529 (or 0xDC9529) is known color: Buttercup. HEX triplet: DC, 95 and 29. RGB value is (220,149,41). Sum of RGB (Red+Green+Blue) = 220+149+41=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9529 is #236AD6. Grayscale: #9E9E9E. Windows color (decimal): -2321111 or 2725340. OLE color: 2725340.

HSL color Cylindrical-coordinate representation of color #DC9529: hue angle of 36.2º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC9529 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 41 -
CMYK 0 0.32 0.81 0.14
HSL 36.2º 0.72% 0.51% -
HSV(B) 36.2º 0.81% 0.86% -
XYZ 40.66 36.87 7.07 -
YUV 157.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 220 149 41 0 0.32 0.81 0.14 36.2 0.72 0.51
Hex DC 95 29 0 20 51 E 24 48 33
Octal 334 225 51 0 40 121 16 44 110 63
Binary 11011100 10010101 101001 0 100000 1010001 1110 100100 1001000 110011

Color Harmonies of #DC9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9529

Black with #DC9529

Text Example


Text Example

White with #DC9529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9529; }

 p { color: rgb(220,149,41); }

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

background-color css

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

 a { background-color: rgb(220,149,41); }

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

border-color css

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

 span { border-color: rgb(220,149,41); }

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