Html Css Color HEX #DC8423 Buttercup

📋 copy color: '#DC8423'

red 220 ◦ green 132 ◦ blue 35

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

Shades of Buttercup #DC8423

Tints of Buttercup #DC8423

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 35 (14.06% from 255) = 9.04%

R = 56.85%
G = 34.11%
B = 9.04%

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

#DC8423 (or 0xDC8423) is known color: Buttercup. HEX triplet: DC, 84 and 23. RGB value is (220,132,35). Sum of RGB (Red+Green+Blue) = 220+132+35=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8423 is #237BDC. Grayscale: #939393. Windows color (decimal): -2325469 or 2327772. OLE color: 2327772.

HSL color Cylindrical-coordinate representation of color #DC8423: hue angle of 31.46º degrees, saturation: 0.73, 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 #DC8423 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 35 -
CMYK 0 0.40 0.84 0.14
HSL 31.46º 0.73% 0.5% -
HSV(B) 31.46º 0.84% 0.86% -
XYZ 38.07 31.84 5.73 -
YUV 147.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 220 132 35 0 0.40 0.84 0.14 31.46 0.73 0.5
Hex DC 84 23 0 28 54 E 1F 49 32
Octal 334 204 43 0 50 124 16 37 111 62
Binary 11011100 10000100 100011 0 101000 1010100 1110 11111 1001001 110010

Color Harmonies of #DC8423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8423

Black with #DC8423

Text Example


Text Example

White with #DC8423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8423; }

 p { color: rgb(220,132,35); }

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

background-color css

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

 a { background-color: rgb(220,132,35); }

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

border-color css

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

 span { border-color: rgb(220,132,35); }

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