Html Css Color HEX #DFC520 Sunflower

📋 copy color: '#DFC520'

red 223 ◦ green 197 ◦ blue 32

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

Shades of Sunflower #DFC520

Tints of Sunflower #DFC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.58%

 BLUE value IS 32 (12.89% from 255) = 7.08%

R = 49.34%
G = 43.58%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFC520 (or 0xDFC520) is known color: Sunflower. HEX triplet: DF, C5 and 20. RGB value is (223,197,32). Sum of RGB (Red+Green+Blue) = 223+197+32=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC520 is #203ADF. Grayscale: #BABABA. Windows color (decimal): -2112224 or 2147807. OLE color: 2147807.

HSL color Cylindrical-coordinate representation of color #DFC520: hue angle of 51.83º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFC520 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 197 32 -
CMYK 0 0.12 0.86 0.13
HSL 51.83º 0.75% 0.5% -
HSV(B) 51.83º 0.86% 0.87% -
XYZ 50.66 55.72 9.45 -
YUV 185.96 41.11 154.42 -
System Red Green Blue C M Y K H S L
Decimal 223 197 32 0 0.12 0.86 0.13 51.83 0.75 0.5
Hex DF C5 20 0 C 56 D 34 4B 32
Octal 337 305 40 0 14 126 15 64 113 62
Binary 11011111 11000101 100000 0 1100 1010110 1101 110100 1001011 110010

Color Harmonies of #DFC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC520

Black with #DFC520

Text Example


Text Example

White with #DFC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC520; }

 p { color: rgb(223,197,32); }

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

background-color css

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

 a { background-color: rgb(223,197,32); }

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

border-color css

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

 span { border-color: rgb(223,197,32); }

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