Html Css Color HEX #DC9630 Buttercup

📋 copy color: '#DC9630'

red 220 ◦ green 150 ◦ blue 48

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

Shades of Buttercup #DC9630

Tints of Buttercup #DC9630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.48%

R = 52.63%
G = 35.89%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC9630 (or 0xDC9630) is known color: Buttercup. HEX triplet: DC, 96 and 30. RGB value is (220,150,48). Sum of RGB (Red+Green+Blue) = 220+150+48=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9630 is #2369CF. Grayscale: #9F9F9F. Windows color (decimal): -2320848 or 3184348. OLE color: 3184348.

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

Color convert

RGB 220 150 48 -
CMYK 0 0.32 0.78 0.14
HSL 35.58º 0.71% 0.53% -
HSV(B) 35.58º 0.78% 0.86% -
XYZ 40.96 37.24 7.83 -
YUV 159.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 220 150 48 0 0.32 0.78 0.14 35.58 0.71 0.53
Hex DC 96 30 0 20 4E E 24 47 35
Octal 334 226 60 0 40 116 16 44 107 65
Binary 11011100 10010110 110000 0 100000 1001110 1110 100100 1000111 110101

Color Harmonies of #DC9630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9630

Black with #DC9630

Text Example


Text Example

White with #DC9630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9630; }

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

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

background-color css

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

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

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

border-color css

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

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

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