Html Css Color HEX #DC8A1F Buttercup

📋 copy color: '#DC8A1F'

red 220 ◦ green 138 ◦ blue 31

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

Shades of Buttercup #DC8A1F

Tints of Buttercup #DC8A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.97%

R = 56.56%
G = 35.48%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC8A1F (or 0xDC8A1F) is known color: Buttercup. HEX triplet: DC, 8A and 1F. RGB value is (220,138,31). Sum of RGB (Red+Green+Blue) = 220+138+31=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A1F is #2375E0. Grayscale: #969696. Windows color (decimal): -2323937 or 2067164. OLE color: 2067164.

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

Color convert

RGB 220 138 31 -
CMYK 0 0.37 0.86 0.14
HSL 33.97º 0.75% 0.49% -
HSV(B) 33.97º 0.86% 0.86% -
XYZ 38.85 33.49 5.71 -
YUV 150.32 60.67 177.7 -
System Red Green Blue C M Y K H S L
Decimal 220 138 31 0 0.37 0.86 0.14 33.97 0.75 0.49
Hex DC 8A 1F 0 25 56 E 22 4B 31
Octal 334 212 37 0 45 126 16 42 113 61
Binary 11011100 10001010 11111 0 100101 1010110 1110 100010 1001011 110001

Color Harmonies of #DC8A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A1F

Black with #DC8A1F

Text Example


Text Example

White with #DC8A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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