Html Css Color HEX #DC8928 Buttercup

📋 copy color: '#DC8928'

red 220 ◦ green 137 ◦ blue 40

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

Shades of Buttercup #DC8928

Tints of Buttercup #DC8928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

 BLUE value IS 40 (16.02% from 255) = 10.08%

R = 55.42%
G = 34.51%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC8928 (or 0xDC8928) is known color: Buttercup. HEX triplet: DC, 89 and 28. RGB value is (220,137,40). Sum of RGB (Red+Green+Blue) = 220+137+40=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8928 is #2376D7. Grayscale: #979797. Windows color (decimal): -2324184 or 2656732. OLE color: 2656732.

HSL color Cylindrical-coordinate representation of color #DC8928: hue angle of 32.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC8928 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 40 -
CMYK 0 0.38 0.82 0.14
HSL 32.33º 0.72% 0.51% -
HSV(B) 32.33º 0.82% 0.86% -
XYZ 38.84 33.26 6.38 -
YUV 150.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 220 137 40 0 0.38 0.82 0.14 32.33 0.72 0.51
Hex DC 89 28 0 26 52 E 20 48 33
Octal 334 211 50 0 46 122 16 40 110 63
Binary 11011100 10001001 101000 0 100110 1010010 1110 100000 1001000 110011

Color Harmonies of #DC8928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8928

Black with #DC8928

Text Example


Text Example

White with #DC8928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8928; }

 p { color: rgb(220,137,40); }

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

background-color css

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

 a { background-color: rgb(220,137,40); }

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

border-color css

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

 span { border-color: rgb(220,137,40); }

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