Html Css Color HEX #DC8D1B Buttercup

📋 copy color: '#DC8D1B'

red 220 ◦ green 141 ◦ blue 27

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

Shades of Buttercup #DC8D1B

Tints of Buttercup #DC8D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.96%

R = 56.7%
G = 36.34%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC8D1B (or 0xDC8D1B) is known color: Buttercup. HEX triplet: DC, 8D and 1B. RGB value is (220,141,27). Sum of RGB (Red+Green+Blue) = 220+141+27=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8D1B is #2372E4. Grayscale: #989898. Windows color (decimal): -2323173 or 1805788. OLE color: 1805788.

HSL color Cylindrical-coordinate representation of color #DC8D1B: hue angle of 35.44º degrees, saturation: 0.78, 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 #DC8D1B is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 27 -
CMYK 0 0.36 0.88 0.14
HSL 35.44º 0.78% 0.48% -
HSV(B) 35.44º 0.88% 0.86% -
XYZ 39.24 34.34 5.6 -
YUV 151.63 57.67 176.77 -
System Red Green Blue C M Y K H S L
Decimal 220 141 27 0 0.36 0.88 0.14 35.44 0.78 0.48
Hex DC 8D 1B 0 24 58 E 23 4E 30
Octal 334 215 33 0 44 130 16 43 116 60
Binary 11011100 10001101 11011 0 100100 1011000 1110 100011 1001110 110000

Color Harmonies of #DC8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D1B

Black with #DC8D1B

Text Example


Text Example

White with #DC8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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