Html Css Color HEX #DC8D22 Buttercup

📋 copy color: '#DC8D22'

red 220 ◦ green 141 ◦ blue 34

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

Shades of Buttercup #DC8D22

Tints of Buttercup #DC8D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.61%

R = 55.7%
G = 35.7%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC8D22 (or 0xDC8D22) is known color: Buttercup. HEX triplet: DC, 8D and 22. RGB value is (220,141,34). Sum of RGB (Red+Green+Blue) = 220+141+34=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 34 (13.67% from 255 or 8.61% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8D22 is #2372DD. Grayscale: #989898. Windows color (decimal): -2323166 or 2264540. OLE color: 2264540.

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

Color convert

RGB 220 141 34 -
CMYK 0 0.36 0.85 0.14
HSL 34.52º 0.73% 0.5% -
HSV(B) 34.52º 0.85% 0.86% -
XYZ 39.33 34.38 6.08 -
YUV 152.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 220 141 34 0 0.36 0.85 0.14 34.52 0.73 0.5
Hex DC 8D 22 0 24 55 E 23 49 32
Octal 334 215 42 0 44 125 16 43 111 62
Binary 11011100 10001101 100010 0 100100 1010101 1110 100011 1001001 110010

Color Harmonies of #DC8D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D22

Black with #DC8D22

Text Example


Text Example

White with #DC8D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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