Html Css Color HEX #DC891A Buttercup

📋 copy color: '#DC891A'

red 220 ◦ green 137 ◦ blue 26

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

Shades of Buttercup #DC891A

Tints of Buttercup #DC891A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.79%

R = 57.44%
G = 35.77%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC891A (or 0xDC891A) is known color: Buttercup. HEX triplet: DC, 89 and 1A. RGB value is (220,137,26). Sum of RGB (Red+Green+Blue) = 220+137+26=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC891A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC891A is #2376E5. Grayscale: #959595. Windows color (decimal): -2324198 or 1739228. OLE color: 1739228.

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

Color convert

RGB 220 137 26 -
CMYK 0 0.38 0.88 0.14
HSL 34.33º 0.79% 0.48% -
HSV(B) 34.33º 0.88% 0.86% -
XYZ 38.65 33.18 5.35 -
YUV 149.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 220 137 26 0 0.38 0.88 0.14 34.33 0.79 0.48
Hex DC 89 1A 0 26 58 E 22 4F 30
Octal 334 211 32 0 46 130 16 42 117 60
Binary 11011100 10001001 11010 0 100110 1011000 1110 100010 1001111 110000

Color Harmonies of #DC891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC891A

Black with #DC891A

Text Example


Text Example

White with #DC891A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC891A; }

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

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

background-color css

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

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

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

border-color css

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

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

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