Html Css Color HEX #DF9430 Buttercup

📋 copy color: '#DF9430'

red 223 ◦ green 148 ◦ blue 48

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

Shades of Buttercup #DF9430

Tints of Buttercup #DF9430

RGB

 RED value IS 223 (87.5% from 255) = 53.22%

 GREEN value IS 148 (58.2% from 255) = 35.32%

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

R = 53.22%
G = 35.32%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF9430 (or 0xDF9430) is known color: Buttercup. HEX triplet: DF, 94 and 30. RGB value is (223,148,48). Sum of RGB (Red+Green+Blue) = 223+148+48=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9430 is #206BCF. Grayscale: #9F9F9F. Windows color (decimal): -2124752 or 3183839. OLE color: 3183839.

HSL color Cylindrical-coordinate representation of color #DF9430: hue angle of 34.29º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF9430 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 48 -
CMYK 0 0.34 0.78 0.13
HSL 34.29º 0.73% 0.53% -
HSV(B) 34.29º 0.78% 0.87% -
XYZ 41.55 37.08 7.76 -
YUV 159.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 223 148 48 0 0.34 0.78 0.13 34.29 0.73 0.53
Hex DF 94 30 0 22 4E D 22 49 35
Octal 337 224 60 0 42 116 15 42 111 65
Binary 11011111 10010100 110000 0 100010 1001110 1101 100010 1001001 110101

Color Harmonies of #DF9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9430

Black with #DF9430

Text Example


Text Example

White with #DF9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9430; }

 p { color: rgb(223,148,48); }

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

background-color css

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

 a { background-color: rgb(223,148,48); }

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

border-color css

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

 span { border-color: rgb(223,148,48); }

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