Html Css Color HEX #DC9731 Buttercup

📋 copy color: '#DC9731'

red 220 ◦ green 151 ◦ blue 49

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

Shades of Buttercup #DC9731

Tints of Buttercup #DC9731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

 BLUE value IS 49 (19.53% from 255) = 11.67%

R = 52.38%
G = 35.95%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC9731 (or 0xDC9731) is known color: Buttercup. HEX triplet: DC, 97 and 31. RGB value is (220,151,49). Sum of RGB (Red+Green+Blue) = 220+151+49=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9731 is #2368CE. Grayscale: #A0A0A0. Windows color (decimal): -2320591 or 3250140. OLE color: 3250140.

HSL color Cylindrical-coordinate representation of color #DC9731: hue angle of 35.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC9731 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 49 -
CMYK 0 0.31 0.78 0.14
HSL 35.79º 0.71% 0.53% -
HSV(B) 35.79º 0.78% 0.86% -
XYZ 41.14 37.57 7.99 -
YUV 160 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 220 151 49 0 0.31 0.78 0.14 35.79 0.71 0.53
Hex DC 97 31 0 1F 4E E 24 47 35
Octal 334 227 61 0 37 116 16 44 107 65
Binary 11011100 10010111 110001 0 11111 1001110 1110 100100 1000111 110101

Color Harmonies of #DC9731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9731

Black with #DC9731

Text Example


Text Example

White with #DC9731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9731; }

 p { color: rgb(220,151,49); }

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

background-color css

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

 a { background-color: rgb(220,151,49); }

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

border-color css

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

 span { border-color: rgb(220,151,49); }

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