Html Css Color HEX #DFC010 Sunflower

📋 copy color: '#DFC010'

red 223 ◦ green 192 ◦ blue 16

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

Shades of Sunflower #DFC010

Tints of Sunflower #DFC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

 BLUE value IS 16 (6.64% from 255) = 3.71%

R = 51.74%
G = 44.55%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFC010 (or 0xDFC010) is known color: Sunflower. HEX triplet: DF, C0 and 10. RGB value is (223,192,16). Sum of RGB (Red+Green+Blue) = 223+192+16=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC010 is #203FEF. Grayscale: #B5B5B5. Windows color (decimal): -2113520 or 1097951. OLE color: 1097951.

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

Color convert

RGB 223 192 16 -
CMYK 0 0.14 0.93 0.13
HSL 51.01º 0.87% 0.47% -
HSV(B) 51.01º 0.93% 0.87% -
XYZ 49.37 53.42 8.2 -
YUV 181.21 34.77 157.81 -
System Red Green Blue C M Y K H S L
Decimal 223 192 16 0 0.14 0.93 0.13 51.01 0.87 0.47
Hex DF C0 10 0 E 5D D 33 57 2F
Octal 337 300 20 0 16 135 15 63 127 57
Binary 11011111 11000000 10000 0 1110 1011101 1101 110011 1010111 101111

Color Harmonies of #DFC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC010

Black with #DFC010

Text Example


Text Example

White with #DFC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC010; }

 p { color: rgb(223,192,16); }

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

background-color css

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

 a { background-color: rgb(223,192,16); }

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

border-color css

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

 span { border-color: rgb(223,192,16); }

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