Html Css Color HEX #DC851E Buttercup

📋 copy color: '#DC851E'

red 220 ◦ green 133 ◦ blue 30

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

Shades of Buttercup #DC851E

Tints of Buttercup #DC851E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.83%

R = 57.44%
G = 34.73%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC851E (or 0xDC851E) is known color: Buttercup. HEX triplet: DC, 85 and 1E. RGB value is (220,133,30). Sum of RGB (Red+Green+Blue) = 220+133+30=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC851E is #237AE1. Grayscale: #939393. Windows color (decimal): -2325218 or 2000348. OLE color: 2000348.

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

Color convert

RGB 220 133 30 -
CMYK 0 0.40 0.86 0.14
HSL 32.53º 0.76% 0.49% -
HSV(B) 32.53º 0.86% 0.86% -
XYZ 38.14 32.08 5.41 -
YUV 147.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 220 133 30 0 0.40 0.86 0.14 32.53 0.76 0.49
Hex DC 85 1E 0 28 56 E 21 4C 31
Octal 334 205 36 0 50 126 16 41 114 61
Binary 11011100 10000101 11110 0 101000 1010110 1110 100001 1001100 110001

Color Harmonies of #DC851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC851E

Black with #DC851E

Text Example


Text Example

White with #DC851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC851E; }

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

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

background-color css

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

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

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

border-color css

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

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

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