Html Css Color HEX #DE9430 Buttercup

📋 copy color: '#DE9430'

red 222 ◦ green 148 ◦ blue 48

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

Shades of Buttercup #DE9430

Tints of Buttercup #DE9430

RGB

 RED value IS 222 (87.11% from 255) = 53.11%

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

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

R = 53.11%
G = 35.41%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE9430 (or 0xDE9430) is known color: Buttercup. HEX triplet: DE, 94 and 30. RGB value is (222,148,48). Sum of RGB (Red+Green+Blue) = 222+148+48=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9430 is #216BCF. Grayscale: #9F9F9F. Windows color (decimal): -2190288 or 3183838. OLE color: 3183838.

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

Color convert

RGB 222 148 48 -
CMYK 0 0.33 0.78 0.13
HSL 34.48º 0.73% 0.53% -
HSV(B) 34.48º 0.78% 0.87% -
XYZ 41.25 36.92 7.75 -
YUV 158.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 222 148 48 0 0.33 0.78 0.13 34.48 0.73 0.53
Hex DE 94 30 0 21 4E D 22 48 35
Octal 336 224 60 0 41 116 15 42 110 65
Binary 11011110 10010100 110000 0 100001 1001110 1101 100010 1001000 110101

Color Harmonies of #DE9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9430

Black with #DE9430

Text Example


Text Example

White with #DE9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9430; }

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

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

background-color css

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

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

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

border-color css

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

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

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