Html Css Color HEX #DF8A28 Buttercup

📋 copy color: '#DF8A28'

red 223 ◦ green 138 ◦ blue 40

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

Shades of Buttercup #DF8A28

Tints of Buttercup #DF8A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

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

R = 55.61%
G = 34.41%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF8A28 (or 0xDF8A28) is known color: Buttercup. HEX triplet: DF, 8A and 28. RGB value is (223,138,40). Sum of RGB (Red+Green+Blue) = 223+138+40=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A28 is #2075D7. Grayscale: #989898. Windows color (decimal): -2127320 or 2656991. OLE color: 2656991.

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

Color convert

RGB 223 138 40 -
CMYK 0 0.38 0.82 0.13
HSL 32.13º 0.74% 0.52% -
HSV(B) 32.13º 0.82% 0.87% -
XYZ 39.9 34.02 6.47 -
YUV 152.24 64.66 178.47 -
System Red Green Blue C M Y K H S L
Decimal 223 138 40 0 0.38 0.82 0.13 32.13 0.74 0.52
Hex DF 8A 28 0 26 52 D 20 4A 34
Octal 337 212 50 0 46 122 15 40 112 64
Binary 11011111 10001010 101000 0 100110 1010010 1101 100000 1001010 110100

Color Harmonies of #DF8A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A28

Black with #DF8A28

Text Example


Text Example

White with #DF8A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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