Html Css Color HEX #DC922B Buttercup

📋 copy color: '#DC922B'

red 220 ◦ green 146 ◦ blue 43

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

Shades of Buttercup #DC922B

Tints of Buttercup #DC922B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.51%

R = 53.79%
G = 35.7%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC922B (or 0xDC922B) is known color: Buttercup. HEX triplet: DC, 92 and 2B. RGB value is (220,146,43). Sum of RGB (Red+Green+Blue) = 220+146+43=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC922B is #236DD4. Grayscale: #9C9C9C. Windows color (decimal): -2321877 or 2855644. OLE color: 2855644.

HSL color Cylindrical-coordinate representation of color #DC922B: hue angle of 34.92º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC922B is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 146 43 -
CMYK 0 0.34 0.80 0.14
HSL 34.92º 0.72% 0.52% -
HSV(B) 34.92º 0.8% 0.86% -
XYZ 40.23 35.95 7.1 -
YUV 156.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 220 146 43 0 0.34 0.80 0.14 34.92 0.72 0.52
Hex DC 92 2B 0 22 50 E 23 48 34
Octal 334 222 53 0 42 120 16 43 110 64
Binary 11011100 10010010 101011 0 100010 1010000 1110 100011 1001000 110100

Color Harmonies of #DC922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC922B

Black with #DC922B

Text Example


Text Example

White with #DC922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC922B; }

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

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

background-color css

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

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

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

border-color css

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

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

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