Html Css Color HEX #DC9728 Buttercup

📋 copy color: '#DC9728'

red 220 ◦ green 151 ◦ blue 40

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

Shades of Buttercup #DC9728

Tints of Buttercup #DC9728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.74%

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

R = 53.53%
G = 36.74%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC9728 (or 0xDC9728) is known color: Buttercup. HEX triplet: DC, 97 and 28. RGB value is (220,151,40). Sum of RGB (Red+Green+Blue) = 220+151+40=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9728 is #2368D7. Grayscale: #9F9F9F. Windows color (decimal): -2320600 or 2660316. OLE color: 2660316.

HSL color Cylindrical-coordinate representation of color #DC9728: hue angle of 37º 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 #DC9728 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 40 -
CMYK 0 0.31 0.82 0.14
HSL 37º 0.72% 0.51% -
HSV(B) 37º 0.82% 0.86% -
XYZ 40.96 37.5 7.09 -
YUV 158.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 220 151 40 0 0.31 0.82 0.14 37 0.72 0.51
Hex DC 97 28 0 1F 52 E 25 48 33
Octal 334 227 50 0 37 122 16 45 110 63
Binary 11011100 10010111 101000 0 11111 1010010 1110 100101 1001000 110011

Color Harmonies of #DC9728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9728

Black with #DC9728

Text Example


Text Example

White with #DC9728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9728; }

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

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

background-color css

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

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

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

border-color css

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

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

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