Html Css Color HEX #DC9732 Buttercup

📋 copy color: '#DC9732'

red 220 ◦ green 151 ◦ blue 50

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

Shades of Buttercup #DC9732

Tints of Buttercup #DC9732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.88%

R = 52.26%
G = 35.87%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC9732 (or 0xDC9732) is known color: Buttercup. HEX triplet: DC, 97 and 32. RGB value is (220,151,50). Sum of RGB (Red+Green+Blue) = 220+151+50=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9732 is #2368CD. Grayscale: #A0A0A0. Windows color (decimal): -2320590 or 3315676. OLE color: 3315676.

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

Color convert

RGB 220 151 50 -
CMYK 0 0.31 0.77 0.14
HSL 35.65º 0.71% 0.53% -
HSV(B) 35.65º 0.77% 0.86% -
XYZ 41.16 37.58 8.1 -
YUV 160.12 65.86 170.71 -
System Red Green Blue C M Y K H S L
Decimal 220 151 50 0 0.31 0.77 0.14 35.65 0.71 0.53
Hex DC 97 32 0 1F 4D E 24 47 35
Octal 334 227 62 0 37 115 16 44 107 65
Binary 11011100 10010111 110010 0 11111 1001101 1110 100100 1000111 110101

Color Harmonies of #DC9732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9732

Black with #DC9732

Text Example


Text Example

White with #DC9732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9732; }

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

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

background-color css

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

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

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

border-color css

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

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

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