Html Css Color HEX #DC921A Buttercup

📋 copy color: '#DC921A'

red 220 ◦ green 146 ◦ blue 26

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

Shades of Buttercup #DC921A

Tints of Buttercup #DC921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.24%

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

R = 56.12%
G = 37.24%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC921A (or 0xDC921A) is known color: Buttercup. HEX triplet: DC, 92 and 1A. RGB value is (220,146,26). Sum of RGB (Red+Green+Blue) = 220+146+26=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC921A is #236DE5. Grayscale: #9B9B9B. Windows color (decimal): -2321894 or 1741532. OLE color: 1741532.

HSL color Cylindrical-coordinate representation of color #DC921A: hue angle of 37.11º 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 #DC921A is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 146 26 -
CMYK 0 0.34 0.88 0.14
HSL 37.11º 0.79% 0.48% -
HSV(B) 37.11º 0.88% 0.86% -
XYZ 39.98 35.85 5.79 -
YUV 154.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 220 146 26 0 0.34 0.88 0.14 37.11 0.79 0.48
Hex DC 92 1A 0 22 58 E 25 4F 30
Octal 334 222 32 0 42 130 16 45 117 60
Binary 11011100 10010010 11010 0 100010 1011000 1110 100101 1001111 110000

Color Harmonies of #DC921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC921A

Black with #DC921A

Text Example


Text Example

White with #DC921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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