Html Css Color HEX #DFC220 Sunflower

📋 copy color: '#DFC220'

red 223 ◦ green 194 ◦ blue 32

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

Shades of Sunflower #DFC220

Tints of Sunflower #DFC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

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

R = 49.67%
G = 43.21%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFC220 (or 0xDFC220) is known color: Sunflower. HEX triplet: DF, C2 and 20. RGB value is (223,194,32). Sum of RGB (Red+Green+Blue) = 223+194+32=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC220 is #203DDF. Grayscale: #B8B8B8. Windows color (decimal): -2112992 or 2147039. OLE color: 2147039.

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

Color convert

RGB 223 194 32 -
CMYK 0 0.13 0.86 0.13
HSL 50.89º 0.75% 0.5% -
HSV(B) 50.89º 0.86% 0.87% -
XYZ 49.98 54.38 9.23 -
YUV 184.2 42.11 155.67 -
System Red Green Blue C M Y K H S L
Decimal 223 194 32 0 0.13 0.86 0.13 50.89 0.75 0.5
Hex DF C2 20 0 D 56 D 33 4B 32
Octal 337 302 40 0 15 126 15 63 113 62
Binary 11011111 11000010 100000 0 1101 1010110 1101 110011 1001011 110010

Color Harmonies of #DFC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC220

Black with #DFC220

Text Example


Text Example

White with #DFC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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