Html Css Color HEX #DC9830 Buttercup

📋 copy color: '#DC9830'

red 220 ◦ green 152 ◦ blue 48

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

Shades of Buttercup #DC9830

Tints of Buttercup #DC9830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

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

R = 52.38%
G = 36.19%
B = 11.43%

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

#DC9830 (or 0xDC9830) is known color: Buttercup. HEX triplet: DC, 98 and 30. RGB value is (220,152,48). Sum of RGB (Red+Green+Blue) = 220+152+48=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9830 is #2367CF. Grayscale: #A0A0A0. Windows color (decimal): -2320336 or 3184860. OLE color: 3184860.

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

Color convert

RGB 220 152 48 -
CMYK 0 0.31 0.78 0.14
HSL 36.28º 0.71% 0.53% -
HSV(B) 36.28º 0.78% 0.86% -
XYZ 41.28 37.89 7.93 -
YUV 160.48 64.53 170.46 -
System Red Green Blue C M Y K H S L
Decimal 220 152 48 0 0.31 0.78 0.14 36.28 0.71 0.53
Hex DC 98 30 0 1F 4E E 24 47 35
Octal 334 230 60 0 37 116 16 44 107 65
Binary 11011100 10011000 110000 0 11111 1001110 1110 100100 1000111 110101

Color Harmonies of #DC9830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9830

Black with #DC9830

Text Example


Text Example

White with #DC9830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9830; }

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

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

background-color css

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

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

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

border-color css

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

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

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