Html Css Color HEX #DFC40F Sunflower

📋 copy color: '#DFC40F'

red 223 ◦ green 196 ◦ blue 15

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

Shades of Sunflower #DFC40F

Tints of Sunflower #DFC40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 51.38%
G = 45.16%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFC40F (or 0xDFC40F) is known color: Sunflower. HEX triplet: DF, C4 and 0F. RGB value is (223,196,15). Sum of RGB (Red+Green+Blue) = 223+196+15=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC40F is #203BF0. Grayscale: #B8B8B8. Windows color (decimal): -2112497 or 1033439. OLE color: 1033439.

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

Color convert

RGB 223 196 15 -
CMYK 0 0.12 0.93 0.13
HSL 52.21º 0.87% 0.47% -
HSV(B) 52.21º 0.93% 0.87% -
XYZ 50.26 55.2 8.46 -
YUV 183.44 32.95 156.22 -
System Red Green Blue C M Y K H S L
Decimal 223 196 15 0 0.12 0.93 0.13 52.21 0.87 0.47
Hex DF C4 F 0 C 5D D 34 57 2F
Octal 337 304 17 0 14 135 15 64 127 57
Binary 11011111 11000100 1111 0 1100 1011101 1101 110100 1010111 101111

Color Harmonies of #DFC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC40F

Black with #DFC40F

Text Example


Text Example

White with #DFC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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