Html Css Color HEX #DC8324 Buttercup

📋 copy color: '#DC8324'

red 220 ◦ green 131 ◦ blue 36

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

Shades of Buttercup #DC8324

Tints of Buttercup #DC8324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

 BLUE value IS 36 (14.45% from 255) = 9.3%

R = 56.85%
G = 33.85%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC8324 (or 0xDC8324) is known color: Buttercup. HEX triplet: DC, 83 and 24. RGB value is (220,131,36). Sum of RGB (Red+Green+Blue) = 220+131+36=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8324 is #237CDB. Grayscale: #939393. Windows color (decimal): -2325724 or 2393052. OLE color: 2393052.

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

Color convert

RGB 220 131 36 -
CMYK 0 0.40 0.84 0.14
HSL 30.98º 0.72% 0.5% -
HSV(B) 30.98º 0.84% 0.86% -
XYZ 37.95 31.58 5.76 -
YUV 146.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 220 131 36 0 0.40 0.84 0.14 30.98 0.72 0.5
Hex DC 83 24 0 28 54 E 1F 48 32
Octal 334 203 44 0 50 124 16 37 110 62
Binary 11011100 10000011 100100 0 101000 1010100 1110 11111 1001000 110010

Color Harmonies of #DC8324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8324

Black with #DC8324

Text Example


Text Example

White with #DC8324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8324; }

 p { color: rgb(220,131,36); }

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

background-color css

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

 a { background-color: rgb(220,131,36); }

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

border-color css

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

 span { border-color: rgb(220,131,36); }

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