Html Css Color HEX #DC9632 Buttercup

📋 copy color: '#DC9632'

red 220 ◦ green 150 ◦ blue 50

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

Shades of Buttercup #DC9632

Tints of Buttercup #DC9632

RGB

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

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

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

R = 52.38%
G = 35.71%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC9632 (or 0xDC9632) is known color: Buttercup. HEX triplet: DC, 96 and 32. RGB value is (220,150,50). Sum of RGB (Red+Green+Blue) = 220+150+50=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9632 is #2369CD. Grayscale: #A0A0A0. Windows color (decimal): -2320846 or 3315420. OLE color: 3315420.

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

Color convert

RGB 220 150 50 -
CMYK 0 0.32 0.77 0.14
HSL 35.29º 0.71% 0.53% -
HSV(B) 35.29º 0.77% 0.86% -
XYZ 41 37.26 8.05 -
YUV 159.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 220 150 50 0 0.32 0.77 0.14 35.29 0.71 0.53
Hex DC 96 32 0 20 4D E 23 47 35
Octal 334 226 62 0 40 115 16 43 107 65
Binary 11011100 10010110 110010 0 100000 1001101 1110 100011 1000111 110101

Color Harmonies of #DC9632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9632

Black with #DC9632

Text Example


Text Example

White with #DC9632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9632; }

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

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

background-color css

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

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

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

border-color css

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

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

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