Html Css Color HEX #DF8C2D Buttercup

📋 copy color: '#DF8C2D'

red 223 ◦ green 140 ◦ blue 45

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

Shades of Buttercup #DF8C2D

Tints of Buttercup #DF8C2D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.31%

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

R = 54.66%
G = 34.31%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF8C2D (or 0xDF8C2D) is known color: Buttercup. HEX triplet: DF, 8C and 2D. RGB value is (223,140,45). Sum of RGB (Red+Green+Blue) = 223+140+45=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8C2D is #2073D2. Grayscale: #9A9A9A. Windows color (decimal): -2126803 or 2985183. OLE color: 2985183.

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

Color convert

RGB 223 140 45 -
CMYK 0 0.37 0.80 0.13
HSL 32.02º 0.74% 0.53% -
HSV(B) 32.02º 0.8% 0.87% -
XYZ 40.28 34.63 7.04 -
YUV 153.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 223 140 45 0 0.37 0.80 0.13 32.02 0.74 0.53
Hex DF 8C 2D 0 25 50 D 20 4A 35
Octal 337 214 55 0 45 120 15 40 112 65
Binary 11011111 10001100 101101 0 100101 1010000 1101 100000 1001010 110101

Color Harmonies of #DF8C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8C2D

Black with #DF8C2D

Text Example


Text Example

White with #DF8C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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