Html Css Color HEX #DC8A1A Buttercup

📋 copy color: '#DC8A1A'

red 220 ◦ green 138 ◦ blue 26

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

Shades of Buttercup #DC8A1A

Tints of Buttercup #DC8A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.77%

R = 57.29%
G = 35.94%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC8A1A (or 0xDC8A1A) is known color: Buttercup. HEX triplet: DC, 8A and 1A. RGB value is (220,138,26). Sum of RGB (Red+Green+Blue) = 220+138+26=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A1A is #2375E5. Grayscale: #969696. Windows color (decimal): -2323942 or 1739484. OLE color: 1739484.

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

Color convert

RGB 220 138 26 -
CMYK 0 0.37 0.88 0.14
HSL 34.64º 0.79% 0.48% -
HSV(B) 34.64º 0.88% 0.86% -
XYZ 38.79 33.47 5.39 -
YUV 149.75 58.17 178.11 -
System Red Green Blue C M Y K H S L
Decimal 220 138 26 0 0.37 0.88 0.14 34.64 0.79 0.48
Hex DC 8A 1A 0 25 58 E 23 4F 30
Octal 334 212 32 0 45 130 16 43 117 60
Binary 11011100 10001010 11010 0 100101 1011000 1110 100011 1001111 110000

Color Harmonies of #DC8A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A1A

Black with #DC8A1A

Text Example


Text Example

White with #DC8A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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