Html Css Color HEX #DC9D30 Buttercup

📋 copy color: '#DC9D30'

red 220 ◦ green 157 ◦ blue 48

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

Shades of Buttercup #DC9D30

Tints of Buttercup #DC9D30

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.94%

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

R = 51.76%
G = 36.94%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC9D30 (or 0xDC9D30) is known color: Buttercup. HEX triplet: DC, 9D and 30. RGB value is (220,157,48). Sum of RGB (Red+Green+Blue) = 220+157+48=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9D30 is #2362CF. Grayscale: #A3A3A3. Windows color (decimal): -2319056 or 3186140. OLE color: 3186140.

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

Color convert

RGB 220 157 48 -
CMYK 0 0.29 0.78 0.14
HSL 38.02º 0.71% 0.53% -
HSV(B) 38.02º 0.78% 0.86% -
XYZ 42.11 39.54 8.21 -
YUV 163.41 62.87 168.36 -
System Red Green Blue C M Y K H S L
Decimal 220 157 48 0 0.29 0.78 0.14 38.02 0.71 0.53
Hex DC 9D 30 0 1D 4E E 26 47 35
Octal 334 235 60 0 35 116 16 46 107 65
Binary 11011100 10011101 110000 0 11101 1001110 1110 100110 1000111 110101

Color Harmonies of #DC9D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D30

Black with #DC9D30

Text Example


Text Example

White with #DC9D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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