Html Css Color HEX #DC851D Buttercup

📋 copy color: '#DC851D'

red 220 ◦ green 133 ◦ blue 29

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

Shades of Buttercup #DC851D

Tints of Buttercup #DC851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 29 (11.72% from 255) = 7.59%

R = 57.59%
G = 34.82%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC851D (or 0xDC851D) is known color: Buttercup. HEX triplet: DC, 85 and 1D. RGB value is (220,133,29). Sum of RGB (Red+Green+Blue) = 220+133+29=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC851D is #237AE2. Grayscale: #939393. Windows color (decimal): -2325219 or 1934812. OLE color: 1934812.

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

Color convert

RGB 220 133 29 -
CMYK 0 0.40 0.87 0.14
HSL 32.67º 0.77% 0.49% -
HSV(B) 32.67º 0.87% 0.86% -
XYZ 38.12 32.08 5.34 -
YUV 147.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 220 133 29 0 0.40 0.87 0.14 32.67 0.77 0.49
Hex DC 85 1D 0 28 57 E 21 4D 31
Octal 334 205 35 0 50 127 16 41 115 61
Binary 11011100 10000101 11101 0 101000 1010111 1110 100001 1001101 110001

Color Harmonies of #DC851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC851D

Black with #DC851D

Text Example


Text Example

White with #DC851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC851D; }

 p { color: rgb(220,133,29); }

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

background-color css

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

 a { background-color: rgb(220,133,29); }

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

border-color css

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

 span { border-color: rgb(220,133,29); }

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