Html Css Color HEX #DF8E2D Buttercup

📋 copy color: '#DF8E2D'

red 223 ◦ green 142 ◦ blue 45

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

Shades of Buttercup #DF8E2D

Tints of Buttercup #DF8E2D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

 BLUE value IS 45 (17.97% from 255) = 10.98%

R = 54.39%
G = 34.63%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF8E2D (or 0xDF8E2D) is known color: Buttercup. HEX triplet: DF, 8E and 2D. RGB value is (223,142,45). Sum of RGB (Red+Green+Blue) = 223+142+45=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8E2D is #2071D2. Grayscale: #9B9B9B. Windows color (decimal): -2126291 or 2985695. OLE color: 2985695.

HSL color Cylindrical-coordinate representation of color #DF8E2D: hue angle of 32.7º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF8E2D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 142 45 -
CMYK 0 0.36 0.80 0.13
HSL 32.7º 0.74% 0.53% -
HSV(B) 32.7º 0.8% 0.87% -
XYZ 40.58 35.22 7.14 -
YUV 155.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 223 142 45 0 0.36 0.80 0.13 32.7 0.74 0.53
Hex DF 8E 2D 0 24 50 D 21 4A 35
Octal 337 216 55 0 44 120 15 41 112 65
Binary 11011111 10001110 101101 0 100100 1010000 1101 100001 1001010 110101

Color Harmonies of #DF8E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E2D

Black with #DF8E2D

Text Example


Text Example

White with #DF8E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E2D; }

 p { color: rgb(223,142,45); }

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

background-color css

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

 a { background-color: rgb(223,142,45); }

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

border-color css

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

 span { border-color: rgb(223,142,45); }

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