Html Css Color HEX #DFC10F Sunflower

📋 copy color: '#DFC10F'

red 223 ◦ green 193 ◦ blue 15

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

Shades of Sunflower #DFC10F

Tints of Sunflower #DFC10F

RGB

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

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

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

R = 51.74%
G = 44.78%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFC10F (or 0xDFC10F) is known color: Sunflower. HEX triplet: DF, C1 and 0F. RGB value is (223,193,15). Sum of RGB (Red+Green+Blue) = 223+193+15=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC10F is #203EF0. Grayscale: #B6B6B6. Windows color (decimal): -2113265 or 1032671. OLE color: 1032671.

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

Color convert

RGB 223 193 15 -
CMYK 0 0.13 0.93 0.13
HSL 51.35º 0.87% 0.47% -
HSV(B) 51.35º 0.93% 0.87% -
XYZ 49.59 53.86 8.23 -
YUV 181.68 33.94 157.47 -
System Red Green Blue C M Y K H S L
Decimal 223 193 15 0 0.13 0.93 0.13 51.35 0.87 0.47
Hex DF C1 F 0 D 5D D 33 57 2F
Octal 337 301 17 0 15 135 15 63 127 57
Binary 11011111 11000001 1111 0 1101 1011101 1101 110011 1010111 101111

Color Harmonies of #DFC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC10F

Black with #DFC10F

Text Example


Text Example

White with #DFC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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