Html Css Color HEX #DC8719 Buttercup

📋 copy color: '#DC8719'

red 220 ◦ green 135 ◦ blue 25

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

Shades of Buttercup #DC8719

Tints of Buttercup #DC8719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.53%

 BLUE value IS 25 (10.16% from 255) = 6.58%

R = 57.89%
G = 35.53%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC8719 (or 0xDC8719) is known color: Buttercup. HEX triplet: DC, 87 and 19. RGB value is (220,135,25). Sum of RGB (Red+Green+Blue) = 220+135+25=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8719 is #2378E6. Grayscale: #949494. Windows color (decimal): -2324711 or 1673180. OLE color: 1673180.

HSL color Cylindrical-coordinate representation of color #DC8719: hue angle of 33.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC8719 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 135 25 -
CMYK 0 0.39 0.89 0.14
HSL 33.85º 0.8% 0.48% -
HSV(B) 33.85º 0.89% 0.86% -
XYZ 38.35 32.61 5.19 -
YUV 147.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 220 135 25 0 0.39 0.89 0.14 33.85 0.8 0.48
Hex DC 87 19 0 27 59 E 22 50 30
Octal 334 207 31 0 47 131 16 42 120 60
Binary 11011100 10000111 11001 0 100111 1011001 1110 100010 1010000 110000

Color Harmonies of #DC8719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8719

Black with #DC8719

Text Example


Text Example

White with #DC8719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8719; }

 p { color: rgb(220,135,25); }

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

background-color css

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

 a { background-color: rgb(220,135,25); }

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

border-color css

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

 span { border-color: rgb(220,135,25); }

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