Html Css Color HEX #DC8526 Buttercup

📋 copy color: '#DC8526'

red 220 ◦ green 133 ◦ blue 38

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

Shades of Buttercup #DC8526

Tints of Buttercup #DC8526

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

 BLUE value IS 38 (15.23% from 255) = 9.72%

R = 56.27%
G = 34.02%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC8526 (or 0xDC8526) is known color: Buttercup. HEX triplet: DC, 85 and 26. RGB value is (220,133,38). Sum of RGB (Red+Green+Blue) = 220+133+38=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8526 is #237AD9. Grayscale: #949494. Windows color (decimal): -2325210 or 2524636. OLE color: 2524636.

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

Color convert

RGB 220 133 38 -
CMYK 0 0.40 0.83 0.14
HSL 31.32º 0.72% 0.51% -
HSV(B) 31.32º 0.83% 0.86% -
XYZ 38.25 32.13 6.02 -
YUV 148.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 220 133 38 0 0.40 0.83 0.14 31.32 0.72 0.51
Hex DC 85 26 0 28 53 E 1F 48 33
Octal 334 205 46 0 50 123 16 37 110 63
Binary 11011100 10000101 100110 0 101000 1010011 1110 11111 1001000 110011

Color Harmonies of #DC8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8526

Black with #DC8526

Text Example


Text Example

White with #DC8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8526; }

 p { color: rgb(220,133,38); }

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

background-color css

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

 a { background-color: rgb(220,133,38); }

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

border-color css

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

 span { border-color: rgb(220,133,38); }

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