Html Css Color HEX #DC8626 Buttercup

📋 copy color: '#DC8626'

red 220 ◦ green 134 ◦ blue 38

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

Shades of Buttercup #DC8626

Tints of Buttercup #DC8626

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 56.12%
G = 34.18%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC8626 (or 0xDC8626) is known color: Buttercup. HEX triplet: DC, 86 and 26. RGB value is (220,134,38). Sum of RGB (Red+Green+Blue) = 220+134+38=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8626 is #2379D9. Grayscale: #959595. Windows color (decimal): -2324954 or 2524892. OLE color: 2524892.

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

Color convert

RGB 220 134 38 -
CMYK 0 0.39 0.83 0.14
HSL 31.65º 0.72% 0.51% -
HSV(B) 31.65º 0.83% 0.86% -
XYZ 38.39 32.41 6.07 -
YUV 148.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 220 134 38 0 0.39 0.83 0.14 31.65 0.72 0.51
Hex DC 86 26 0 27 53 E 20 48 33
Octal 334 206 46 0 47 123 16 40 110 63
Binary 11011100 10000110 100110 0 100111 1010011 1110 100000 1001000 110011

Color Harmonies of #DC8626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8626

Black with #DC8626

Text Example


Text Example

White with #DC8626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8626; }

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

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

background-color css

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

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

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

border-color css

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

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

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