Html Css Color HEX #DC9528 Buttercup

📋 copy color: '#DC9528'

red 220 ◦ green 149 ◦ blue 40

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

Shades of Buttercup #DC9528

Tints of Buttercup #DC9528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 53.79%
G = 36.43%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC9528 (or 0xDC9528) is known color: Buttercup. HEX triplet: DC, 95 and 28. RGB value is (220,149,40). Sum of RGB (Red+Green+Blue) = 220+149+40=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9528 is #236AD7. Grayscale: #9E9E9E. Windows color (decimal): -2321112 or 2659804. OLE color: 2659804.

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

Color convert

RGB 220 149 40 -
CMYK 0 0.32 0.82 0.14
HSL 36.33º 0.72% 0.51% -
HSV(B) 36.33º 0.82% 0.86% -
XYZ 40.65 36.86 6.98 -
YUV 157.8 61.52 172.36 -
System Red Green Blue C M Y K H S L
Decimal 220 149 40 0 0.32 0.82 0.14 36.33 0.72 0.51
Hex DC 95 28 0 20 52 E 24 48 33
Octal 334 225 50 0 40 122 16 44 110 63
Binary 11011100 10010101 101000 0 100000 1010010 1110 100100 1001000 110011

Color Harmonies of #DC9528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9528

Black with #DC9528

Text Example


Text Example

White with #DC9528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9528; }

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

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

background-color css

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

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

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

border-color css

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

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

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