Html Css Color HEX #DFA02A Buttercup

📋 copy color: '#DFA02A'

red 223 ◦ green 160 ◦ blue 42

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

Shades of Buttercup #DFA02A

Tints of Buttercup #DFA02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.88%

R = 52.47%
G = 37.65%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFA02A (or 0xDFA02A) is known color: Buttercup. HEX triplet: DF, A0 and 2A. RGB value is (223,160,42). Sum of RGB (Red+Green+Blue) = 223+160+42=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA02A is #205FD5. Grayscale: #A5A5A5. Windows color (decimal): -2121686 or 2793695. OLE color: 2793695.

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

Color convert

RGB 223 160 42 -
CMYK 0 0.28 0.81 0.13
HSL 39.12º 0.74% 0.52% -
HSV(B) 39.12º 0.81% 0.87% -
XYZ 43.42 41 7.82 -
YUV 165.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 223 160 42 0 0.28 0.81 0.13 39.12 0.74 0.52
Hex DF A0 2A 0 1C 51 D 27 4A 34
Octal 337 240 52 0 34 121 15 47 112 64
Binary 11011111 10100000 101010 0 11100 1010001 1101 100111 1001010 110100

Color Harmonies of #DFA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA02A

Black with #DFA02A

Text Example


Text Example

White with #DFA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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