Html Css Color HEX #DC962C Buttercup

📋 copy color: '#DC962C'

red 220 ◦ green 150 ◦ blue 44

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

Shades of Buttercup #DC962C

Tints of Buttercup #DC962C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

 BLUE value IS 44 (17.58% from 255) = 10.63%

R = 53.14%
G = 36.23%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC962C (or 0xDC962C) is known color: Buttercup. HEX triplet: DC, 96 and 2C. RGB value is (220,150,44). Sum of RGB (Red+Green+Blue) = 220+150+44=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC962C is #2369D3. Grayscale: #9F9F9F. Windows color (decimal): -2320852 or 2922204. OLE color: 2922204.

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

Color convert

RGB 220 150 44 -
CMYK 0 0.32 0.8 0.14
HSL 36.14º 0.72% 0.52% -
HSV(B) 36.14º 0.8% 0.86% -
XYZ 40.88 37.21 7.41 -
YUV 158.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 220 150 44 0 0.32 0.8 0.14 36.14 0.72 0.52
Hex DC 96 2C 0 20 50 E 24 48 34
Octal 334 226 54 0 40 120 16 44 110 64
Binary 11011100 10010110 101100 0 100000 1010000 1110 100100 1001000 110100

Color Harmonies of #DC962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC962C

Black with #DC962C

Text Example


Text Example

White with #DC962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC962C; }

 p { color: rgb(220,150,44); }

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

background-color css

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

 a { background-color: rgb(220,150,44); }

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

border-color css

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

 span { border-color: rgb(220,150,44); }

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