Html Css Color HEX #DC8426 Buttercup

📋 copy color: '#DC8426'

red 220 ◦ green 132 ◦ blue 38

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

Shades of Buttercup #DC8426

Tints of Buttercup #DC8426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 56.41%
G = 33.85%
B = 9.74%

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

#DC8426 (or 0xDC8426) is known color: Buttercup. HEX triplet: DC, 84 and 26. RGB value is (220,132,38). Sum of RGB (Red+Green+Blue) = 220+132+38=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8426 is #237BD9. Grayscale: #949494. Windows color (decimal): -2325466 or 2524380. OLE color: 2524380.

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

Color convert

RGB 220 132 38 -
CMYK 0 0.40 0.83 0.14
HSL 30.99º 0.72% 0.51% -
HSV(B) 30.99º 0.83% 0.86% -
XYZ 38.12 31.86 5.97 -
YUV 147.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 220 132 38 0 0.40 0.83 0.14 30.99 0.72 0.51
Hex DC 84 26 0 28 53 E 1F 48 33
Octal 334 204 46 0 50 123 16 37 110 63
Binary 11011100 10000100 100110 0 101000 1010011 1110 11111 1001000 110011

Color Harmonies of #DC8426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8426

Black with #DC8426

Text Example


Text Example

White with #DC8426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8426; }

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

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

background-color css

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

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

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

border-color css

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

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

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