Html Css Color HEX #DFC501 Sunflower

📋 copy color: '#DFC501'

red 223 ◦ green 197 ◦ blue 1

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

Shades of Sunflower #DFC501

Tints of Sunflower #DFC501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 52.97%
G = 46.79%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFC501 (or 0xDFC501) is known color: Sunflower. HEX triplet: DF, C5 and 01. RGB value is (223,197,1). Sum of RGB (Red+Green+Blue) = 223+197+1=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC501 is #203AFE. Grayscale: #B7B7B7. Windows color (decimal): -2112255 or 116191. OLE color: 116191.

HSL color Cylindrical-coordinate representation of color #DFC501: hue angle of 52.97º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFC501 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 197 1 -
CMYK 0 0.12 1.00 0.13
HSL 52.97º 0.99% 0.44% -
HSV(B) 52.97º 1% 0.87% -
XYZ 50.4 55.62 8.11 -
YUV 182.43 25.61 156.94 -
System Red Green Blue C M Y K H S L
Decimal 223 197 1 0 0.12 1.00 0.13 52.97 0.99 0.44
Hex DF C5 1 0 C 64 D 35 63 2C
Octal 337 305 1 0 14 144 15 65 143 54
Binary 11011111 11000101 1 0 1100 1100100 1101 110101 1100011 101100

Color Harmonies of #DFC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC501

Black with #DFC501

Text Example


Text Example

White with #DFC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC501; }

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

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

background-color css

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

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

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

border-color css

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

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

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