Html Css Color HEX #DFC201 Sunflower

📋 copy color: '#DFC201'

red 223 ◦ green 194 ◦ blue 1

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

Shades of Sunflower #DFC201

Tints of Sunflower #DFC201

RGB

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

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

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

R = 53.35%
G = 46.41%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFC201 (or 0xDFC201) is known color: Sunflower. HEX triplet: DF, C2 and 01. RGB value is (223,194,1). Sum of RGB (Red+Green+Blue) = 223+194+1=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC201 is #203DFE. Grayscale: #B5B5B5. Windows color (decimal): -2113023 or 115423. OLE color: 115423.

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

Color convert

RGB 223 194 1 -
CMYK 0 0.13 1.00 0.13
HSL 52.16º 0.99% 0.44% -
HSV(B) 52.16º 1% 0.87% -
XYZ 49.73 54.27 7.88 -
YUV 180.67 26.61 158.19 -
System Red Green Blue C M Y K H S L
Decimal 223 194 1 0 0.13 1.00 0.13 52.16 0.99 0.44
Hex DF C2 1 0 D 64 D 34 63 2C
Octal 337 302 1 0 15 144 15 64 143 54
Binary 11011111 11000010 1 0 1101 1100100 1101 110100 1100011 101100

Color Harmonies of #DFC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC201

Black with #DFC201

Text Example


Text Example

White with #DFC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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