Html Css Color HEX #DC8D2F Buttercup

📋 copy color: '#DC8D2F'

red 220 ◦ green 141 ◦ blue 47

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

Shades of Buttercup #DC8D2F

Tints of Buttercup #DC8D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

 BLUE value IS 47 (18.75% from 255) = 11.52%

R = 53.92%
G = 34.56%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC8D2F (or 0xDC8D2F) is known color: Buttercup. HEX triplet: DC, 8D and 2F. RGB value is (220,141,47). Sum of RGB (Red+Green+Blue) = 220+141+47=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8D2F is #2372D0. Grayscale: #9A9A9A. Windows color (decimal): -2323153 or 3116508. OLE color: 3116508.

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

Color convert

RGB 220 141 47 -
CMYK 0 0.36 0.79 0.14
HSL 32.6º 0.71% 0.52% -
HSV(B) 32.6º 0.79% 0.86% -
XYZ 39.55 34.47 7.26 -
YUV 153.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 220 141 47 0 0.36 0.79 0.14 32.6 0.71 0.52
Hex DC 8D 2F 0 24 4F E 21 47 34
Octal 334 215 57 0 44 117 16 41 107 64
Binary 11011100 10001101 101111 0 100100 1001111 1110 100001 1000111 110100

Color Harmonies of #DC8D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D2F

Black with #DC8D2F

Text Example


Text Example

White with #DC8D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D2F; }

 p { color: rgb(220,141,47); }

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

background-color css

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

 a { background-color: rgb(220,141,47); }

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

border-color css

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

 span { border-color: rgb(220,141,47); }

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