Html Css Color HEX #DFC70F Sunflower

📋 copy color: '#DFC70F'

red 223 ◦ green 199 ◦ blue 15

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

Shades of Sunflower #DFC70F

Tints of Sunflower #DFC70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.54%

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

R = 51.03%
G = 45.54%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFC70F (or 0xDFC70F) is known color: Sunflower. HEX triplet: DF, C7 and 0F. RGB value is (223,199,15). Sum of RGB (Red+Green+Blue) = 223+199+15=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC70F is #2038F0. Grayscale: #B9B9B9. Windows color (decimal): -2111729 or 1034207. OLE color: 1034207.

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

Color convert

RGB 223 199 15 -
CMYK 0 0.11 0.93 0.13
HSL 53.08º 0.87% 0.47% -
HSV(B) 53.08º 0.93% 0.87% -
XYZ 50.94 56.57 8.69 -
YUV 185.2 31.95 154.96 -
System Red Green Blue C M Y K H S L
Decimal 223 199 15 0 0.11 0.93 0.13 53.08 0.87 0.47
Hex DF C7 F 0 B 5D D 35 57 2F
Octal 337 307 17 0 13 135 15 65 127 57
Binary 11011111 11000111 1111 0 1011 1011101 1101 110101 1010111 101111

Color Harmonies of #DFC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC70F

Black with #DFC70F

Text Example


Text Example

White with #DFC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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