Html Css Color HEX #DC8A19 Buttercup

📋 copy color: '#DC8A19'

red 220 ◦ green 138 ◦ blue 25

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

Shades of Buttercup #DC8A19

Tints of Buttercup #DC8A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.03%

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

R = 57.44%
G = 36.03%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC8A19 (or 0xDC8A19) is known color: Buttercup. HEX triplet: DC, 8A and 19. RGB value is (220,138,25). Sum of RGB (Red+Green+Blue) = 220+138+25=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8A19 is #2375E6. Grayscale: #969696. Windows color (decimal): -2323943 or 1673948. OLE color: 1673948.

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

Color convert

RGB 220 138 25 -
CMYK 0 0.37 0.89 0.14
HSL 34.77º 0.8% 0.48% -
HSV(B) 34.77º 0.89% 0.86% -
XYZ 38.78 33.46 5.33 -
YUV 149.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 220 138 25 0 0.37 0.89 0.14 34.77 0.8 0.48
Hex DC 8A 19 0 25 59 E 23 50 30
Octal 334 212 31 0 45 131 16 43 120 60
Binary 11011100 10001010 11001 0 100101 1011001 1110 100011 1010000 110000

Color Harmonies of #DC8A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A19

Black with #DC8A19

Text Example


Text Example

White with #DC8A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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