Html Css Color HEX #DF9428 Buttercup

📋 copy color: '#DF9428'

red 223 ◦ green 148 ◦ blue 40

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

Shades of Buttercup #DF9428

Tints of Buttercup #DF9428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.73%

R = 54.26%
G = 36.01%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF9428 (or 0xDF9428) is known color: Buttercup. HEX triplet: DF, 94 and 28. RGB value is (223,148,40). Sum of RGB (Red+Green+Blue) = 223+148+40=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9428 is #206BD7. Grayscale: #9E9E9E. Windows color (decimal): -2124760 or 2659551. OLE color: 2659551.

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

Color convert

RGB 223 148 40 -
CMYK 0 0.34 0.82 0.13
HSL 35.41º 0.74% 0.52% -
HSV(B) 35.41º 0.82% 0.87% -
XYZ 41.4 37.02 6.97 -
YUV 158.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 223 148 40 0 0.34 0.82 0.13 35.41 0.74 0.52
Hex DF 94 28 0 22 52 D 23 4A 34
Octal 337 224 50 0 42 122 15 43 112 64
Binary 11011111 10010100 101000 0 100010 1010010 1101 100011 1001010 110100

Color Harmonies of #DF9428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9428

Black with #DF9428

Text Example


Text Example

White with #DF9428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9428; }

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

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

background-color css

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

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

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

border-color css

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

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

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