Html Css Color HEX #DFC401 Sunflower

📋 copy color: '#DFC401'

red 223 ◦ green 196 ◦ blue 1

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

Shades of Sunflower #DFC401

Tints of Sunflower #DFC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

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

R = 53.1%
G = 46.67%
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

#DFC401 (or 0xDFC401) is known color: Sunflower. HEX triplet: DF, C4 and 01. RGB value is (223,196,1). Sum of RGB (Red+Green+Blue) = 223+196+1=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC401 is #203BFE. Grayscale: #B6B6B6. Windows color (decimal): -2112511 or 115935. OLE color: 115935.

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

Color convert

RGB 223 196 1 -
CMYK 0 0.12 1.00 0.13
HSL 52.7º 0.99% 0.44% -
HSV(B) 52.7º 1% 0.87% -
XYZ 50.18 55.17 8.03 -
YUV 181.84 25.95 157.36 -
System Red Green Blue C M Y K H S L
Decimal 223 196 1 0 0.12 1.00 0.13 52.7 0.99 0.44
Hex DF C4 1 0 C 64 D 35 63 2C
Octal 337 304 1 0 14 144 15 65 143 54
Binary 11011111 11000100 1 0 1100 1100100 1101 110101 1100011 101100

Color Harmonies of #DFC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC401

Black with #DFC401

Text Example


Text Example

White with #DFC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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