Html Css Color HEX #DFC120 Sunflower

📋 copy color: '#DFC120'

red 223 ◦ green 193 ◦ blue 32

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

Shades of Sunflower #DFC120

Tints of Sunflower #DFC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.08%

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

R = 49.78%
G = 43.08%
B = 7.14%

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

#DFC120 (or 0xDFC120) is known color: Sunflower. HEX triplet: DF, C1 and 20. RGB value is (223,193,32). Sum of RGB (Red+Green+Blue) = 223+193+32=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC120 is #203EDF. Grayscale: #B8B8B8. Windows color (decimal): -2113248 or 2146783. OLE color: 2146783.

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

Color convert

RGB 223 193 32 -
CMYK 0 0.13 0.86 0.13
HSL 50.58º 0.75% 0.5% -
HSV(B) 50.58º 0.86% 0.87% -
XYZ 49.76 53.93 9.15 -
YUV 183.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 223 193 32 0 0.13 0.86 0.13 50.58 0.75 0.5
Hex DF C1 20 0 D 56 D 33 4B 32
Octal 337 301 40 0 15 126 15 63 113 62
Binary 11011111 11000001 100000 0 1101 1010110 1101 110011 1001011 110010

Color Harmonies of #DFC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC120

Black with #DFC120

Text Example


Text Example

White with #DFC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC120; }

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

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

background-color css

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

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

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

border-color css

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

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

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