Html Css Color HEX #DFC100 Sunflower

📋 copy color: '#DFC100'

red 223 ◦ green 193 ◦ blue 0

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

Shades of Sunflower #DFC100

Tints of Sunflower #DFC100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.61%
G = 46.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFC100 (or 0xDFC100) is known color: Sunflower. HEX triplet: DF, C1 and 00. RGB value is (223,193,0). Sum of RGB (Red+Green+Blue) = 223+193+0=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC100 is #203EFF. Grayscale: #B4B4B4. Windows color (decimal): -2113280 or 49631. OLE color: 49631.

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

Color convert

RGB 223 193 0 -
CMYK 0 0.13 1 0.13
HSL 51.93º 1% 0.44% -
HSV(B) 51.93º 1% 0.87% -
XYZ 49.5 53.83 7.78 -
YUV 179.97 26.44 158.69 -
System Red Green Blue C M Y K H S L
Decimal 223 193 0 0 0.13 1 0.13 51.93 1 0.44
Hex DF C1 0 0 D 64 D 34 64 2C
Octal 337 301 0 0 15 144 15 64 144 54
Binary 11011111 11000001 0 0 1101 1100100 1101 110100 1100100 101100

Color Harmonies of #DFC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC100

Black with #DFC100

Text Example


Text Example

White with #DFC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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