Html Css Color HEX #DFA02D Buttercup

📋 copy color: '#DFA02D'

red 223 ◦ green 160 ◦ blue 45

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

Shades of Buttercup #DFA02D

Tints of Buttercup #DFA02D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.38%

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

R = 52.1%
G = 37.38%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFA02D (or 0xDFA02D) is known color: Buttercup. HEX triplet: DF, A0 and 2D. RGB value is (223,160,45). Sum of RGB (Red+Green+Blue) = 223+160+45=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA02D is #205FD2. Grayscale: #A6A6A6. Windows color (decimal): -2121683 or 2990303. OLE color: 2990303.

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

Color convert

RGB 223 160 45 -
CMYK 0 0.28 0.80 0.13
HSL 38.76º 0.74% 0.53% -
HSV(B) 38.76º 0.8% 0.87% -
XYZ 43.48 41.02 8.11 -
YUV 165.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 223 160 45 0 0.28 0.80 0.13 38.76 0.74 0.53
Hex DF A0 2D 0 1C 50 D 27 4A 35
Octal 337 240 55 0 34 120 15 47 112 65
Binary 11011111 10100000 101101 0 11100 1010000 1101 100111 1001010 110101

Color Harmonies of #DFA02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA02D

Black with #DFA02D

Text Example


Text Example

White with #DFA02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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